diff options
author | obache <obache@pkgsrc.org> | 2010-11-08 02:46:57 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-11-08 02:46:57 +0000 |
commit | 88f20c4eeb66291a8ee8f6b48a1bebcb69d656a7 (patch) | |
tree | 94e87b30838f504eb24b029bed9af346e4b9aaeb /math/py-gmpy/Makefile | |
parent | 4f81af172098866437571ba8a9e1e46c697ead60 (diff) | |
download | pkgsrc-88f20c4eeb66291a8ee8f6b48a1bebcb69d656a7.tar.gz |
Remove PHTHON_VERSIONS_INCOMPATIBLE, all versions in the list are not in pkgsrc.
Diffstat (limited to 'math/py-gmpy/Makefile')
-rw-r--r-- | math/py-gmpy/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/math/py-gmpy/Makefile b/math/py-gmpy/Makefile index 6a5de08e2ee..d52fc97198f 100644 --- a/math/py-gmpy/Makefile +++ b/math/py-gmpy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2010/08/10 17:59:00 drochner Exp $ +# $NetBSD: Makefile,v 1.2 2010/11/08 02:46:57 obache Exp $ # DISTNAME= gmpy-1.12 @@ -22,7 +22,6 @@ PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES= c BUILD_TARGET= gmpy.so -PYTHON_VERSIONS_INCOMPATIBLE= 22 21 20 PYDISTUTILSPKG= yes PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX} |