aboutsummaryrefslogtreecommitdiffstats
path: root/math/py-mpz
diff options
context:
space:
mode:
authorperky <perky@FreeBSD.org>2003-11-05 01:38:06 +0800
committerperky <perky@FreeBSD.org>2003-11-05 01:38:06 +0800
commite97d5044d0ed2758dc29c8f7a5781e3c8a80ba70 (patch)
treef90512bb724c311c22d4001ccced91ccc3f1b83a /math/py-mpz
parenta387380bbbf174dccbaae12a60b26fb393a2ff72 (diff)
downloadfreebsd-ports-gnome-e97d5044d0ed2758dc29c8f7a5781e3c8a80ba70.tar.gz
freebsd-ports-gnome-e97d5044d0ed2758dc29c8f7a5781e3c8a80ba70.tar.zst
freebsd-ports-gnome-e97d5044d0ed2758dc29c8f7a5781e3c8a80ba70.zip
- Enable building for Python-2.4 by utilizing PYTHON_MASTER_SITES.
- Change libgmp dependency to math/libgmp4 for -CURRENT systems.
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