aboutsummaryrefslogtreecommitdiff
path: root/math/p5-Algorithm-CurveFit
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2012-03-05 15:52:46 +0000
committerSteve Wills <swills@FreeBSD.org>2012-03-05 15:52:46 +0000
commit69f0ff86be148cffa507fa5a5aa0ced604c677ed (patch)
tree01235527f9e57a86c9b26ede9b15a686aeea222a /math/p5-Algorithm-CurveFit
parent5413fb45dd056eb9dd859192ba9f4502fed2b6bd (diff)
downloadports-69f0ff86be148cffa507fa5a5aa0ced604c677ed.tar.gz
ports-69f0ff86be148cffa507fa5a5aa0ced604c677ed.zip
- Add BUILD_DEPENDS to silence build warnings
Notes
Notes: svn path=/head/; revision=292752
Diffstat (limited to 'math/p5-Algorithm-CurveFit')
-rw-r--r--math/p5-Algorithm-CurveFit/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/math/p5-Algorithm-CurveFit/Makefile b/math/p5-Algorithm-CurveFit/Makefile
index b25b55addb26..63a778f588d1 100644
--- a/math/p5-Algorithm-CurveFit/Makefile
+++ b/math/p5-Algorithm-CurveFit/Makefile
@@ -15,8 +15,9 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Nonlinear Least Squares Fitting
-RUN_DEPENDS= ${SITE_PERL}/Math/MatrixReal.pm:${PORTSDIR}/math/p5-MatrixReal \
+BUILD_DEPENDS= ${SITE_PERL}/Math/MatrixReal.pm:${PORTSDIR}/math/p5-MatrixReal \
${SITE_PERL}/Math/Symbolic.pm:${PORTSDIR}/math/p5-Math-Symbolic
+RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_MODBUILD= yes