diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 2001-11-27 13:05:46 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 2001-11-27 13:05:46 +0000 |
commit | 50235267243fc1fb4eb25a04195dccd961e4369a (patch) | |
tree | 5071c5ceeddc5db3b2737f9034e6f5ceea885a94 /math | |
parent | ddb723375395ad63410c36ba306d6064ea2f6398 (diff) | |
download | ports-50235267243fc1fb4eb25a04195dccd961e4369a.tar.gz ports-50235267243fc1fb4eb25a04195dccd961e4369a.zip |
Add dependency on libgmp.
Notes
Notes:
svn path=/head/; revision=50638
Diffstat (limited to 'math')
-rw-r--r-- | math/py-mpz/Makefile | 3 |
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 |