aboutsummaryrefslogtreecommitdiff
path: root/math/py-mpz
diff options
context:
space:
mode:
authorHye-Shik Chang <perky@FreeBSD.org>2003-11-04 17:38:06 +0000
committerHye-Shik Chang <perky@FreeBSD.org>2003-11-04 17:38:06 +0000
commit243361c57ab4244347257b1ca1b81c988c5c6464 (patch)
tree6eea952a72279ba67594075eb0ceb0394d718947 /math/py-mpz
parent30e9e996fd625f64849b32fca9e8aa46cb8112fd (diff)
downloadports-243361c57ab4244347257b1ca1b81c988c5c6464.tar.gz
ports-243361c57ab4244347257b1ca1b81c988c5c6464.zip
Notes
Diffstat (limited to 'math/py-mpz')
-rw-r--r--math/py-mpz/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/py-mpz/Makefile b/math/py-mpz/Makefile
index 45cf026aa728..4abf357bc57b 100644
--- a/math/py-mpz/Makefile
+++ b/math/py-mpz/Makefile
@@ -8,7 +8,7 @@
PORTNAME= mpz
PORTVERSION= ${PYTHON_PORTVERSION}
CATEGORIES= math python
-MASTER_SITES= ${MASTER_SITE_PYTHON}
+MASTER_SITES= ${PYTHON_MASTER_SITES}
MASTER_SITE_SUBDIR= ${PYTHON_MASTER_SITE_SUBDIR}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTFILES= ${PYTHON_DISTFILE}
@@ -16,7 +16,7 @@ DISTFILES= ${PYTHON_DISTFILE}
MAINTAINER= perky@FreeBSD.org
COMMENT= Python bindings to the GNU Multiple Precision library
-LIB_DEPENDS= gmp.3:${PORTSDIR}/math/libgmp-freebsd
+LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4
DIST_SUBDIR= python
USE_PYTHON= yes