diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-12-13 08:03:53 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-12-13 08:03:53 +0000 |
commit | 90c10ac02c9aa3868f4fe1561583f5129112a663 (patch) | |
tree | 570f568c7bdbd23ecaf9ba32d2cd4439ee5c4a6e /math/p5-Math-GMPz | |
parent | 0d05de33299838cb0e8ad659fa3d0359c88d70e0 (diff) |
Notes
Diffstat (limited to 'math/p5-Math-GMPz')
-rw-r--r-- | math/p5-Math-GMPz/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |