diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-04-28 09:52:47 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-04-28 09:52:47 +0000 |
commit | 952faa64dcd43dd7ab100086d80b245298afdd66 (patch) | |
tree | 758df4e98668024f8fd85e6976827957a607fa3c /math/py-mpz | |
parent | 4b762a9381ee55b6fe5f88da5a63392107cc814c (diff) | |
download | ports-952faa64dcd43dd7ab100086d80b245298afdd66.tar.gz ports-952faa64dcd43dd7ab100086d80b245298afdd66.zip |
Notes
Diffstat (limited to 'math/py-mpz')
-rw-r--r-- | math/py-mpz/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-mpz/Makefile b/math/py-mpz/Makefile index 1b76aaa1d7bc..2af84cac3249 100644 --- a/math/py-mpz/Makefile +++ b/math/py-mpz/Makefile @@ -15,7 +15,7 @@ DISTFILES= ${PYTHON_DISTFILE} MAINTAINER= tg@FreeBSD.org -LIB_DEPENDS= gmp.3:${PORTSDIR}/math/libgmp +LIB_DEPENDS= gmp.3:${PORTSDIR}/math/libgmp-freebsd DIST_SUBDIR= python USE_PYTHON= yes |