mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Readd pycurl as a runtime dependency.
In the previous release [1] pycurl was only dropped as a build-time dependency. This fixes buildfailures for mythtv for example. PR: 221157 Approved by: portmgr (blanket) Differential Revision: https://reviews.freebsd.org/D11868
This commit is contained in:
parent
0f2fcea35a
commit
c52ee29927
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=447391
1 changed files with 3 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= urlgrabber
|
||||
PORTVERSION= 3.10.2
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= http://urlgrabber.baseurl.org/download/
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -14,6 +14,8 @@ COMMENT= High-level cross-protocol url-grabber
|
|||
LICENSE= LGPL21
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycurl>=7.19.0_1:ftp/py-pycurl
|
||||
|
||||
DOCS_MAKE_ENV= INSTALL_DOCS=yes
|
||||
DOCSDIR= ${PREFIX}/share/doc/${PYTHON_PKGNAMEPREFIX}${PORTNAME}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue