diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2004-12-02 05:22:15 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2004-12-02 05:22:15 +0000 |
commit | 7e89d7bc4bb065fec56176188ebc2a58eac07aac (patch) | |
tree | 61716ac4aaebe6344652ae1263eca7bb974f7956 /math | |
parent | 7b07b14ea8bb7108996e011990a52edc5513f302 (diff) | |
download | ports-7e89d7bc4bb065fec56176188ebc2a58eac07aac.tar.gz ports-7e89d7bc4bb065fec56176188ebc2a58eac07aac.zip |
Notes
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 |