diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-04-28 17:52:47 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-04-28 17:52:47 +0800 |
commit | a40966ba9eeb6c831b52397e60b7dd22dc3e9717 (patch) | |
tree | bab4c3a09011046d2677ae9a0658b17c0da3095c | |
parent | e429e61297b243365b62c3dac3f6dd4fac21b01b (diff) | |
download | freebsd-ports-gnome-a40966ba9eeb6c831b52397e60b7dd22dc3e9717.tar.gz freebsd-ports-gnome-a40966ba9eeb6c831b52397e60b7dd22dc3e9717.tar.zst freebsd-ports-gnome-a40966ba9eeb6c831b52397e60b7dd22dc3e9717.zip |
switch libgmp -> libgmp-freebsd
-rw-r--r-- | dns/dhisd/Makefile | 2 | ||||
-rw-r--r-- | math/Makefile | 2 | ||||
-rw-r--r-- | math/py-mpz/Makefile | 2 | ||||
-rw-r--r-- | net/dhisd/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/dns/dhisd/Makefile b/dns/dhisd/Makefile index 953896a9e182..9a084c42faf1 100644 --- a/dns/dhisd/Makefile +++ b/dns/dhisd/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://bsltwr.dhis.org/ftp/pub/dhis/ \ MAINTAINER= baskruit@bsltwr.dhis.org -LIB_DEPENDS= gmp.3:${PORTSDIR}/math/libgmp +LIB_DEPENDS= gmp.3:${PORTSDIR}/math/libgmp-freebsd DOCFILES= CONTRIBUTORS COPYRIGHT INSTALL MODULES README 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 diff --git a/net/dhisd/Makefile b/net/dhisd/Makefile index 953896a9e182..9a084c42faf1 100644 --- a/net/dhisd/Makefile +++ b/net/dhisd/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://bsltwr.dhis.org/ftp/pub/dhis/ \ MAINTAINER= baskruit@bsltwr.dhis.org -LIB_DEPENDS= gmp.3:${PORTSDIR}/math/libgmp +LIB_DEPENDS= gmp.3:${PORTSDIR}/math/libgmp-freebsd DOCFILES= CONTRIBUTORS COPYRIGHT INSTALL MODULES README |