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