aboutsummaryrefslogtreecommitdiffstats
path: root/math/py-mpz
diff options
context:
space:
mode:
authortg <tg@FreeBSD.org>2001-11-27 21:05:46 +0800
committertg <tg@FreeBSD.org>2001-11-27 21:05:46 +0800
commite442e289a645c208cb6fad5dc908cd81b7f94180 (patch)
tree03d159b70d24284fcb0646369c4adf07770f74f1 /math/py-mpz
parent1d051c28e794e6161e8bfbd0f3089933e6b94633 (diff)
downloadfreebsd-ports-gnome-e442e289a645c208cb6fad5dc908cd81b7f94180.tar.gz
freebsd-ports-gnome-e442e289a645c208cb6fad5dc908cd81b7f94180.tar.zst
freebsd-ports-gnome-e442e289a645c208cb6fad5dc908cd81b7f94180.zip
Add dependency on libgmp.
Diffstat (limited to 'math/py-mpz')
-rw-r--r--math/py-mpz/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/math/py-mpz/Makefile b/math/py-mpz/Makefile
index a92a4e0f1432..1bf7ec5cb629 100644
--- a/math/py-mpz/Makefile
+++ b/math/py-mpz/Makefile
@@ -15,7 +15,8 @@ DISTFILES= ${PYTHON_DISTFILE}
MAINTAINER= tg@FreeBSD.org
-BUILD_DEPENDS= ${PYDISTUTILS}
+BUILD_DEPENDS= ${PYDISTUTILS} \
+ gmp.3:${PORTSDIR}/math/libgmp
DIST_SUBDIR= python
USE_PYTHON= yes