diff options
author | Steve Wills <swills@FreeBSD.org> | 2012-03-05 15:52:46 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2012-03-05 15:52:46 +0000 |
commit | 69f0ff86be148cffa507fa5a5aa0ced604c677ed (patch) | |
tree | 01235527f9e57a86c9b26ede9b15a686aeea222a /math/p5-Algorithm-CurveFit/Makefile | |
parent | - Update to 1.84 (diff) |
- Add BUILD_DEPENDS to silence build warnings
Diffstat (limited to 'math/p5-Algorithm-CurveFit/Makefile')
-rw-r--r-- | math/p5-Algorithm-CurveFit/Makefile | 3 |
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 |