diff options
author | joerg <joerg@pkgsrc.org> | 2011-12-03 00:02:14 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2011-12-03 00:02:14 +0000 |
commit | bbde65f2e00b8129333e938dbda61639dcfc274d (patch) | |
tree | 91980d7516c0a1d7951f6b3e9a7efbf4077abf95 /security/py-crypto/Makefile | |
parent | 92cdf9b29f1fecfb347d0f402bd4113590150e97 (diff) | |
download | pkgsrc-bbde65f2e00b8129333e938dbda61639dcfc274d.tar.gz |
Tag the 28 locations that result in a Python 3.1 package as supporting so.
Remove it from the default list for the rest.
Diffstat (limited to 'security/py-crypto/Makefile')
-rw-r--r-- | security/py-crypto/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/py-crypto/Makefile b/security/py-crypto/Makefile index 00199ea3f33..d94773e3353 100644 --- a/security/py-crypto/Makefile +++ b/security/py-crypto/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2011/11/23 19:09:01 gls Exp $ +# $NetBSD: Makefile,v 1.24 2011/12/03 00:02:16 joerg Exp $ # DISTNAME= pycrypto-2.4.1 @@ -16,6 +16,8 @@ CONFLICTS+= ${PYPKGPREFIX}-amkCrypto-[0-9]* PKG_DESTDIR_SUPPORT= user-destdir +PYTHON_VERSIONS_INCLUDE_3X= yes + GNU_CONFIGURE= yes do-test: |