summaryrefslogtreecommitdiff
path: root/math/p5-Algorithm-KMeans
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-Algorithm-KMeans
parentRemove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l. (diff)
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-Algorithm-KMeans')
-rw-r--r--math/p5-Algorithm-KMeans/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/math/p5-Algorithm-KMeans/Makefile b/math/p5-Algorithm-KMeans/Makefile
index a21599d258b9..933d6d0ea51f 100644
--- a/math/p5-Algorithm-KMeans/Makefile
+++ b/math/p5-Algorithm-KMeans/Makefile
@@ -13,9 +13,9 @@ COMMENT= Clustering multi-dimensional data with a pure-Perl implementation
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-BUILD_DEPENDS= p5-Graphics-GnuplotIF>=1.4:${PORTSDIR}/graphics/p5-Graphics-GnuplotIF \
- p5-Math-GSL>=0.26:${PORTSDIR}/math/p5-Math-GSL \
- p5-Math-Random>=0.71:${PORTSDIR}/math/p5-Math-Random
+BUILD_DEPENDS= p5-Graphics-GnuplotIF>=1.4:graphics/p5-Graphics-GnuplotIF \
+ p5-Math-GSL>=0.26:math/p5-Math-GSL \
+ p5-Math-Random>=0.71:math/p5-Math-Random
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5