- Add BUILD_DEPENDS to silence build warnings

This commit is contained in:
Steve Wills 2012-03-05 15:52:46 +00:00
parent 5413fb45dd
commit 69f0ff86be
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=292752

View file

@ -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