summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorwiz <wiz>2015-04-14 11:40:31 +0000
committerwiz <wiz>2015-04-14 11:40:31 +0000
commitd25b81f61d47d68a2b705c38b5f2c46028826b99 (patch)
tree86d59f72e362d758e2f7c4a084578152561fef40 /security
parent958d710cffca4a14e6f281d203ff3f5598e73202 (diff)
downloadpkgsrc-d25b81f61d47d68a2b705c38b5f2c46028826b99.tar.gz
Remove more references to python-2.6.
Diffstat (limited to 'security')
-rw-r--r--security/py-cryptography/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/py-cryptography/Makefile b/security/py-cryptography/Makefile
index bfc406ff6ca..74e49a42993 100644
--- a/security/py-cryptography/Makefile
+++ b/security/py-cryptography/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2015/04/12 14:42:30 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2015/04/14 11:40:31 wiz Exp $
DISTNAME= cryptography-0.8.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -22,7 +22,7 @@ BUILD_DEPENDS+= ${PYPKGPREFIX}-test>=0.8:../../devel/py-test
.include "../../lang/python/pyversion.mk"
-.if ${PYPKGPREFIX} == "py26" || ${PYPKGPREFIX} == "py27" || ${PYPKGPREFIX} == "py33"
+.if ${PYPKGPREFIX} == "py27" || ${PYPKGPREFIX} == "py33"
DEPENDS+= ${PYPKGPREFIX}-enum34-[0-9]*:../../devel/py-enum34
.endif