diff options
-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 |