diff options
Diffstat (limited to 'math/p5-Algorithm-KMeans')
-rw-r--r-- | math/p5-Algorithm-KMeans/Makefile | 6 |
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 |