diff options
author | joerg <joerg> | 2011-12-03 00:02:14 +0000 |
---|---|---|
committer | joerg <joerg> | 2011-12-03 00:02:14 +0000 |
commit | fa40a4c0eb72e46bf089aa7b184add410dbb1dc5 (patch) | |
tree | 91980d7516c0a1d7951f6b3e9a7efbf4077abf95 /net/py-IP | |
parent | 5852319f6042af4be460ce19567e74c01d9c97b4 (diff) | |
download | pkgsrc-fa40a4c0eb72e46bf089aa7b184add410dbb1dc5.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 'net/py-IP')
-rw-r--r-- | net/py-IP/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/py-IP/Makefile b/net/py-IP/Makefile index 9592285e164..8bf0cbd4200 100644 --- a/net/py-IP/Makefile +++ b/net/py-IP/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2011/11/02 10:58:33 obache Exp $ +# $NetBSD: Makefile,v 1.16 2011/12/03 00:02:15 joerg Exp $ DISTNAME= IPy-0.75 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/IPy/IP/} @@ -12,6 +12,7 @@ LICENSE= modified-bsd PKG_DESTDIR_SUPPORT= user-destdir +PYTHON_VERSIONS_INCLUDE_3X= yes PYTHON_VERSIONS_INCOMPATIBLE= 24 do-test: |