summaryrefslogtreecommitdiff
path: root/math/py-mpz
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>2001-11-27 13:05:46 +0000
committerThomas Gellekum <tg@FreeBSD.org>2001-11-27 13:05:46 +0000
commit50235267243fc1fb4eb25a04195dccd961e4369a (patch)
tree5071c5ceeddc5db3b2737f9034e6f5ceea885a94 /math/py-mpz
parentUpdate knapster to 0.3 (which supports kde2). (diff)
Add dependency on libgmp.
Notes
Notes: svn path=/head/; revision=50638
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