aboutsummaryrefslogtreecommitdiff
path: root/math/p5-Algorithm-CurveFit
diff options
context:
space:
mode:
authorPhilippe Audeoud <jadawin@FreeBSD.org>2012-06-12 07:49:43 +0000
committerPhilippe Audeoud <jadawin@FreeBSD.org>2012-06-12 07:49:43 +0000
commit4caad35110a71563f4dacfb501651e3b7623af18 (patch)
treeeb8bd236a011bc157fdb918c968a40fcad5f0e5c /math/p5-Algorithm-CurveFit
parent2b49887c4576b540cdf7c0c38333ee4d582245bc (diff)
downloadports-4caad35110a71563f4dacfb501651e3b7623af18.tar.gz
ports-4caad35110a71563f4dacfb501651e3b7623af18.zip
- Remove SITE_PERL from *_DEPENDS
Submitted by: az@
Notes
Notes: svn path=/head/; revision=299099
Diffstat (limited to 'math/p5-Algorithm-CurveFit')
-rw-r--r--math/p5-Algorithm-CurveFit/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/p5-Algorithm-CurveFit/Makefile b/math/p5-Algorithm-CurveFit/Makefile
index 63a778f588d1..1a15dccd2afe 100644
--- a/math/p5-Algorithm-CurveFit/Makefile
+++ b/math/p5-Algorithm-CurveFit/Makefile
@@ -15,8 +15,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Nonlinear Least Squares Fitting
-BUILD_DEPENDS= ${SITE_PERL}/Math/MatrixReal.pm:${PORTSDIR}/math/p5-MatrixReal \
- ${SITE_PERL}/Math/Symbolic.pm:${PORTSDIR}/math/p5-Math-Symbolic
+BUILD_DEPENDS= p5-MatrixReal>=0:${PORTSDIR}/math/p5-MatrixReal \
+ p5-Math-Symbolic>=0:${PORTSDIR}/math/p5-Math-Symbolic
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_MODBUILD= yes