summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorHye-Shik Chang <perky@FreeBSD.org>2004-12-02 05:22:15 +0000
committerHye-Shik Chang <perky@FreeBSD.org>2004-12-02 05:22:15 +0000
commit7e89d7bc4bb065fec56176188ebc2a58eac07aac (patch)
tree61716ac4aaebe6344652ae1263eca7bb974f7956 /math
parentCorrect a command: need -f option to rebuild them all. (diff)
mpz module is deprecated since Python 2.2 and removed in Python 2.4.
Notes
Notes: svn path=/head/; revision=122960
Diffstat (limited to 'math')
-rw-r--r--math/py-mpz/Makefile2
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