aboutsummaryrefslogtreecommitdiff
path: root/math/p5-Math-GSL
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-GSL
parenta9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2 (diff)
downloadports-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.tar.gz
ports-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.zip
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=412348
Diffstat (limited to 'math/p5-Math-GSL')
-rw-r--r--math/p5-Math-GSL/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/math/p5-Math-GSL/Makefile b/math/p5-Math-GSL/Makefile
index 91cc7ff429b8..67e5830923e7 100644
--- a/math/p5-Math-GSL/Makefile
+++ b/math/p5-Math-GSL/Makefile
@@ -13,12 +13,12 @@ COMMENT= Perl interface to GNU Scientific Library
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-BUILD_DEPENDS= p5-PkgConfig>=0.07720:${PORTSDIR}/devel/p5-PkgConfig
-LIB_DEPENDS= libgsl.so:${PORTSDIR}/math/gsl
-TEST_DEPENDS= p5-Test-Class>=0.12:${PORTSDIR}/devel/p5-Test-Class \
- p5-Test-Exception>=0.21:${PORTSDIR}/devel/p5-Test-Exception \
- p5-Test-Most>=0.31:${PORTSDIR}/devel/p5-Test-Most \
- p5-Test-Taint>=1.06:${PORTSDIR}/devel/p5-Test-Taint
+BUILD_DEPENDS= p5-PkgConfig>=0.07720:devel/p5-PkgConfig
+LIB_DEPENDS= libgsl.so:math/gsl
+TEST_DEPENDS= p5-Test-Class>=0.12:devel/p5-Test-Class \
+ p5-Test-Exception>=0.21:devel/p5-Test-Exception \
+ p5-Test-Most>=0.31:devel/p5-Test-Most \
+ p5-Test-Taint>=1.06:devel/p5-Test-Taint
USE_PERL5= modbuild
USES= perl5