mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Use packages rather than files for dependencies, to avoid breaking when
packages are reorganised.
This commit is contained in:
parent
05c8fc6fae
commit
54630a51dd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=297226
@ -14,8 +14,8 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Sum of variables with a numerical coefficient
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/fields.pm:${PORTSDIR}/devel/p5-Class-Fields \
|
||||
${SITE_PERL}/Math/SimpleVariable.pm:${PORTSDIR}/math/p5-Math-SimpleVariable
|
||||
BUILD_DEPENDS= p5-Class-Fields>=0:${PORTSDIR}/devel/p5-Class-Fields \
|
||||
p5-Math-SimpleVariable>=0:${PORTSDIR}/math/p5-Math-SimpleVariable
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
Loading…
Reference in New Issue
Block a user