diff options
author | Alex Dupre <ale@FreeBSD.org> | 2006-05-10 14:46:47 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2006-05-10 14:46:47 +0000 |
commit | ffcb54b54fe12a4154c13c239dca119d32f6d6e9 (patch) | |
tree | d2d1996032dd21dd2dafd5d23094cf94cdd7d2d1 /math/py-mpz | |
parent | 241000003cc37531d200773be1eb19996345da3c (diff) | |
download | ports-ffcb54b54fe12a4154c13c239dca119d32f6d6e9.tar.gz ports-ffcb54b54fe12a4154c13c239dca119d32f6d6e9.zip |
Notes
Diffstat (limited to 'math/py-mpz')
-rw-r--r-- | math/py-mpz/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/py-mpz/Makefile b/math/py-mpz/Makefile index 981933df5027..10da01e33334 100644 --- a/math/py-mpz/Makefile +++ b/math/py-mpz/Makefile @@ -7,6 +7,7 @@ PORTNAME= mpz PORTVERSION= ${PYTHON_PORTVERSION} +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= math python MASTER_SITES= ${PYTHON_MASTER_SITES} @@ -17,7 +18,7 @@ DISTFILES= ${PYTHON_DISTFILE} MAINTAINER= perky@FreeBSD.org COMMENT= Python bindings to the GNU Multiple Precision library -LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4 PLIST_FILES= lib/%%PYTHON_VERSION%%/site-packages/mpz.so DIST_SUBDIR= python |