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 | |
parent | 4b762a9381ee55b6fe5f88da5a63392107cc814c (diff) |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 2 | ||||
-rw-r--r-- | math/py-mpz/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/math/Makefile b/math/Makefile index 3b123192b0cd..b9f037463164 100644 --- a/math/Makefile +++ b/math/Makefile @@ -46,7 +46,7 @@ SUBDIR += javanns SUBDIR += kseg SUBDIR += lapack - SUBDIR += libgmp + SUBDIR += libgmp-freebsd SUBDIR += libgmp3 SUBDIR += libgmp4 SUBDIR += libneural 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 |