diff options
author | obache <obache> | 2011-10-14 13:00:01 +0000 |
---|---|---|
committer | obache <obache> | 2011-10-14 13:00:01 +0000 |
commit | 2aa4665c6ad11d8bec6072b02b14d8b22594b22a (patch) | |
tree | 5284bc4a4a01d258a5652eb09e0867db1670e507 /security/py-SSLCrypto | |
parent | 46aebb7fd8514961c1c958215548b0bf7c3643fa (diff) | |
download | pkgsrc-2aa4665c6ad11d8bec6072b02b14d8b22594b22a.tar.gz |
Allow to accept any Python-2.x.
Diffstat (limited to 'security/py-SSLCrypto')
-rw-r--r-- | security/py-SSLCrypto/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/py-SSLCrypto/Makefile b/security/py-SSLCrypto/Makefile index 34dbf4ebbed..47790b778be 100644 --- a/security/py-SSLCrypto/Makefile +++ b/security/py-SSLCrypto/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2010/01/17 12:02:43 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2011/10/14 13:00:01 obache Exp $ # DISTNAME= SSLCrypto-0.1.1 @@ -15,7 +15,7 @@ PKG_DESTDIR_SUPPORT= user-destdir DEPENDS+= ${PYPKGPREFIX}-pyrex>=0.9.4.1:../../lang/py-pyrex -PYTHON_VERSIONS_ACCEPTED= 25 24 +PYTHON_VERSIONS_ACCEPTED= 27 26 25 24 PYDISTUTILSPKG= yes .include "../../lang/python/extension.mk" |