aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-12-13 08:03:53 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-12-13 08:03:53 +0000
commit90c10ac02c9aa3868f4fe1561583f5129112a663 (patch)
tree570f568c7bdbd23ecaf9ba32d2cd4439ee5c4a6e
parent0d05de33299838cb0e8ad659fa3d0359c88d70e0 (diff)
downloadports-90c10ac02c9aa3868f4fe1561583f5129112a663.tar.gz
ports-90c10ac02c9aa3868f4fe1561583f5129112a663.zip
Notes
-rw-r--r--math/p5-Math-GMPf/Makefile2
-rw-r--r--math/p5-Math-GMPq/Makefile2
-rw-r--r--math/p5-Math-GMPz/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/math/p5-Math-GMPf/Makefile b/math/p5-Math-GMPf/Makefile
index e4478a3f026b..480d1f03cbf7 100644
--- a/math/p5-Math-GMPf/Makefile
+++ b/math/p5-Math-GMPf/Makefile
@@ -14,7 +14,7 @@ COMMENT= Perl interface to the GMP library floating point (mpf) functions
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-LIB_DEPENDS= gmp:${PORTSDIR}/math/gmp
+LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp
TEST_DEPENDS= p5-Math-GMP>=0:${PORTSDIR}/math/p5-Math-GMP \
p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod
diff --git a/math/p5-Math-GMPq/Makefile b/math/p5-Math-GMPq/Makefile
index 6ba03ce0fdb3..6322db2111fb 100644
--- a/math/p5-Math-GMPq/Makefile
+++ b/math/p5-Math-GMPq/Makefile
@@ -14,7 +14,7 @@ COMMENT= Perl interface to the GMP library rational (mpq) functions
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-LIB_DEPENDS= gmp:${PORTSDIR}/math/gmp
+LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp
TEST_DEPENDS= p5-Math-GMP>=0:${PORTSDIR}/math/p5-Math-GMP \
p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod
diff --git a/math/p5-Math-GMPz/Makefile b/math/p5-Math-GMPz/Makefile
index 75eca0985bac..6a3629252d52 100644
--- a/math/p5-Math-GMPz/Makefile
+++ b/math/p5-Math-GMPz/Makefile
@@ -14,7 +14,7 @@ COMMENT= Perl interface to the GMP library integer (mpz) functions
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-LIB_DEPENDS= gmp:${PORTSDIR}/math/gmp
+LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp
TEST_DEPENDS= p5-Math-GMP>=0:${PORTSDIR}/math/p5-Math-GMP \
p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod