1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Enable building for Python-2.4 by utilizing PYTHON_MASTER_SITES.

- Change libgmp dependency to math/libgmp4 for -CURRENT systems.
This commit is contained in:
Hye-Shik Chang 2003-11-04 17:38:06 +00:00
parent 30e9e996fd
commit 243361c57a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=93090

View File

@ -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