summaryrefslogtreecommitdiff
path: root/math/p5-Math-MPC
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:16:16 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:16:16 +0000
commit8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (patch)
treed3548a0f08ca434f11cb4415a93d98037409413b /math/p5-Math-MPC
parenta9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2 (diff)
Notes
Diffstat (limited to 'math/p5-Math-MPC')
-rw-r--r--math/p5-Math-MPC/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/math/p5-Math-MPC/Makefile b/math/p5-Math-MPC/Makefile
index 882d5661bae2..cb9799b79874 100644
--- a/math/p5-Math-MPC/Makefile
+++ b/math/p5-Math-MPC/Makefile
@@ -13,10 +13,10 @@ COMMENT= Perl interface to MPC Library
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-BUILD_DEPENDS= p5-Math-MPFR>=3.23:${PORTSDIR}/math/p5-Math-MPFR
-LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp \
- libmpc.so:${PORTSDIR}/math/mpc \
- libmpfr.so:${PORTSDIR}/math/mpfr
+BUILD_DEPENDS= p5-Math-MPFR>=3.23:math/p5-Math-MPFR
+LIB_DEPENDS= libgmp.so:math/gmp \
+ libmpc.so:math/mpc \
+ libmpfr.so:math/mpfr
RUN_DEPENDS:= ${BUILD_DEPENDS}
MAKE_ENV= INC="-I${LOCALBASE}/include"