diff options
Diffstat (limited to 'math/p5-Algorithm-CurveFit/Makefile')
-rw-r--r-- | math/p5-Algorithm-CurveFit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/p5-Algorithm-CurveFit/Makefile b/math/p5-Algorithm-CurveFit/Makefile index 0fb9d30cabf9..f3b67a5fc614 100644 --- a/math/p5-Algorithm-CurveFit/Makefile +++ b/math/p5-Algorithm-CurveFit/Makefile @@ -14,8 +14,8 @@ COMMENT= Nonlinear Least Squares Fitting LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Math-MatrixReal>=0:${PORTSDIR}/math/p5-Math-MatrixReal \ - p5-Math-Symbolic>=0:${PORTSDIR}/math/p5-Math-Symbolic +BUILD_DEPENDS= p5-Math-MatrixReal>=0:math/p5-Math-MatrixReal \ + p5-Math-Symbolic>=0:math/p5-Math-Symbolic RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 |