diff options
author | wen <wen> | 2015-11-19 01:32:30 +0000 |
---|---|---|
committer | wen <wen> | 2015-11-19 01:32:30 +0000 |
commit | 05f1ac3666170872b54a061f9c81108f9a2d6aac (patch) | |
tree | 57ff26e1665943fc974267ee7affce04add7be66 /www | |
parent | ea993f52381a09329022226ddc3bac2cead1487c (diff) | |
download | pkgsrc-05f1ac3666170872b54a061f9c81108f9a2d6aac.tar.gz |
Fix build with python34.
Spotted by: joerg@(Thanks !)
Diffstat (limited to 'www')
-rw-r--r-- | www/py-tornado/Makefile | 5 | ||||
-rw-r--r-- | www/py-tornado/PLIST | 4 |
2 files changed, 3 insertions, 6 deletions
diff --git a/www/py-tornado/Makefile b/www/py-tornado/Makefile index 27a75a58407..1a5e696e7b1 100644 --- a/www/py-tornado/Makefile +++ b/www/py-tornado/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2015/11/08 05:10:28 wen Exp $ +# $NetBSD: Makefile,v 1.16 2015/11/19 01:32:30 wen Exp $ DISTNAME= tornado-4.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -28,13 +28,10 @@ PLIST_VARS+= requires DEPENDS+= ${PYPKGPREFIX}-backports.ssl_match_hostname-[0-9]*:../../security/py-backports.ssl_match_hostname DEPENDS+= ${PYPKGPREFIX}-certifi-[0-9]*:../../security/py-certifi DEPENDS+= ${PYPKGPREFIX}-singledispatch>0:../../devel/py-singledispatch - -PLIST.requires= yes .endif .if "${PYPKGPREFIX}" == "py33" DEPENDS+= ${PYPKGPREFIX}-certifi-[0-9]*:../../security/py-certifi DEPENDS+= ${PYPKGPREFIX}-singledispatch>0:../../devel/py-singledispatch -PLIST.requires= yes .endif .include "../../lang/python/egg.mk" diff --git a/www/py-tornado/PLIST b/www/py-tornado/PLIST index b20de035764..f076d070df2 100644 --- a/www/py-tornado/PLIST +++ b/www/py-tornado/PLIST @@ -1,8 +1,8 @@ -@comment $NetBSD: PLIST,v 1.10 2015/11/08 05:10:28 wen Exp $ +@comment $NetBSD: PLIST,v 1.11 2015/11/19 01:32:30 wen Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt -${PLIST.requires}${PYSITELIB}/${EGG_INFODIR}/requires.txt +${PYSITELIB}/${EGG_INFODIR}/requires.txt ${PYSITELIB}/${EGG_INFODIR}/top_level.txt ${PYSITELIB}/tornado/__init__.py ${PYSITELIB}/tornado/__init__.pyc |