diff options
Diffstat (limited to 'math/py-gmpy/Makefile')
-rw-r--r-- | math/py-gmpy/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/math/py-gmpy/Makefile b/math/py-gmpy/Makefile index cd55c294820..e47e07b786f 100644 --- a/math/py-gmpy/Makefile +++ b/math/py-gmpy/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2014/01/24 09:16:18 jperkin Exp $ -# +# $NetBSD: Makefile,v 1.7 2014/01/25 10:30:13 wiz Exp $ DISTNAME= gmpy-1.15 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -12,8 +11,6 @@ HOMEPAGE= http://code.google.com/p/gmpy COMMENT= Python library for arbitrary precision arithmetic LICENSE= gnu-lgpl-v2.1 -PYTHON_VERSIONS_INCLUDE_3X= yes - USE_LANGUAGES= c BUILD_TARGET= gmpy.so |