diff options
author | tg <tg@FreeBSD.org> | 2001-11-27 13:05:46 +0000 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 2001-11-27 13:05:46 +0000 |
commit | e442e289a645c208cb6fad5dc908cd81b7f94180 (patch) | |
tree | 03d159b70d24284fcb0646369c4adf07770f74f1 /math/py-mpz/Makefile | |
parent | 1d051c28e794e6161e8bfbd0f3089933e6b94633 (diff) | |
download | FreeBSD-ports-e442e289a645c208cb6fad5dc908cd81b7f94180.zip FreeBSD-ports-e442e289a645c208cb6fad5dc908cd81b7f94180.tar.gz |
Add dependency on libgmp.
Diffstat (limited to 'math/py-mpz/Makefile')
-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 a92a4e0..1bf7ec5 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 |