mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Add BUILD_DEPENDS to silence build warnings
This commit is contained in:
parent
5413fb45dd
commit
69f0ff86be
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=292752
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue