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 | 0331370493f9c554566fd9da9ff4ebd1b7c30875 (patch) | |
tree | 91980d7516c0a1d7951f6b3e9a7efbf4077abf95 /math/py-gmpy | |
parent | 62aa4b74831b153ddc6b9ba4c0c77d5708e6496f (diff) | |
download | pkgsrc-0331370493f9c554566fd9da9ff4ebd1b7c30875.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 'math/py-gmpy')
-rw-r--r-- | math/py-gmpy/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/math/py-gmpy/Makefile b/math/py-gmpy/Makefile index d52fc97198f..f535a2da185 100644 --- a/math/py-gmpy/Makefile +++ b/math/py-gmpy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2010/11/08 02:46:57 obache Exp $ +# $NetBSD: Makefile,v 1.3 2011/12/03 00:02:15 joerg Exp $ # DISTNAME= gmpy-1.12 @@ -19,6 +19,8 @@ LICENSE= gnu-lgpl-v2.1 PKG_DESTDIR_SUPPORT= user-destdir +PYTHON_VERSIONS_INCLUDE_3X= yes + USE_LANGUAGES= c BUILD_TARGET= gmpy.so |