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:
Tobias C. Berner 2017-08-05 07:07:01 +00:00
parent 0f2fcea35a
commit c52ee29927
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=447391

View file

@ -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}