diff options
author | wiz <wiz@pkgsrc.org> | 2014-01-17 23:11:27 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-01-17 23:11:27 +0000 |
commit | 245be30af0c54346197ebbd74d662034ddb1102c (patch) | |
tree | 2b17dfef71f35b59e5df28ab39772f5cedd6261a /misc | |
parent | 5027b0747ea6bd118181a5cf43adba82629622e6 (diff) | |
download | pkgsrc-245be30af0c54346197ebbd74d662034ddb1102c.tar.gz |
Convert to versioned_dependencies.mk (for dns)
Diffstat (limited to 'misc')
-rw-r--r-- | misc/calibre/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/misc/calibre/Makefile b/misc/calibre/Makefile index 3c6138c7e29..d25b0fb513e 100644 --- a/misc/calibre/Makefile +++ b/misc/calibre/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.63 2014/01/16 10:41:53 wiz Exp $ +# $NetBSD: Makefile,v 1.64 2014/01/17 23:11:27 wiz Exp $ DISTNAME= calibre-0.9.7 PKGREVISION= 15 @@ -15,7 +15,6 @@ DEPENDS+= help2man>=1.36.4:../../converters/help2man DEPENDS+= ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3 DEPENDS+= xdg-utils>=1.0.2:../../misc/xdg-utils DEPENDS+= poppler-utils-[0-9]*:../../print/poppler-utils -DEPENDS+= ${PYPKGPREFIX}-dns>=1.6.0:../../net/py-dns DEPENDS+= ${PYPKGPREFIX}-lxml>=2.2.1:../../textproc/py-lxml DEPENDS+= ${PYPKGPREFIX}-beautifulsoup>=3.0.5:../../www/py-beautifulsoup DEPENDS+= ${PYPKGPREFIX}-mechanize>=0.1.11nb1:../../www/py-mechanize @@ -28,7 +27,7 @@ DEPENDS+= ${PYPKGPREFIX}-html5lib-[0-9]*:../../textproc/py-html5lib DEPENDS+= ${PYPKGPREFIX}-chardet-[0-9]*:../../converters/py-chardet DEPENDS+= ${PYPKGPREFIX}-netifaces-[0-9]*:../../net/py-netifaces -PYTHON_VERSIONED_DEPENDENCIES= dateutil +PYTHON_VERSIONED_DEPENDENCIES= dateutil dns USE_LANGUAGES= c c++ USE_TOOLS+= pkg-config pax |