diff options
author | perky <perky@FreeBSD.org> | 2004-12-02 13:22:15 +0800 |
---|---|---|
committer | perky <perky@FreeBSD.org> | 2004-12-02 13:22:15 +0800 |
commit | 3e03a31ae840e78fe803c57a550c43839ede827c (patch) | |
tree | 479151e4c725bba2babc244f7a4939f7c59fd5b5 /math | |
parent | beec0a0d2577777cd7fbc655dff286ae2d5bc4db (diff) | |
download | freebsd-ports-gnome-3e03a31ae840e78fe803c57a550c43839ede827c.tar.gz freebsd-ports-gnome-3e03a31ae840e78fe803c57a550c43839ede827c.tar.zst freebsd-ports-gnome-3e03a31ae840e78fe803c57a550c43839ede827c.zip |
mpz module is deprecated since Python 2.2 and removed in Python 2.4.
Diffstat (limited to 'math')
-rw-r--r-- | math/py-mpz/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-mpz/Makefile b/math/py-mpz/Makefile index 59b0486f1644..a117250d4d4a 100644 --- a/math/py-mpz/Makefile +++ b/math/py-mpz/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4 PLIST_FILES= lib/%%PYTHON_VERSION%%/site-packages/mpz.so DIST_SUBDIR= python -USE_PYTHON= yes +USE_PYTHON= -2.3 USE_PYDISTUTILS=yes WRKSRC= ${PYTHON_WRKSRC}/Modules MD5_FILE= ${PORTSDIR}/lang/python/distinfo |