diff options
Diffstat (limited to 'math/p5-Math-SymbolicX-BigNum/Makefile')
-rw-r--r-- | math/p5-Math-SymbolicX-BigNum/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/p5-Math-SymbolicX-BigNum/Makefile b/math/p5-Math-SymbolicX-BigNum/Makefile index d22431acdc7f..5a18cd0d96b2 100644 --- a/math/p5-Math-SymbolicX-BigNum/Makefile +++ b/math/p5-Math-SymbolicX-BigNum/Makefile @@ -14,8 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Big number support for the Math::Symbolic parser -BUILD_DEPENDS= ${SITE_PERL}/Math/Symbolic.pm:${PORTSDIR}/math/p5-Math-Symbolic \ - ${SITE_PERL}/Math/SymbolicX/ParserExtensionFactory.pm:${PORTSDIR}/math/p5-Math-SymbolicX-ParserExtensionFactory +BUILD_DEPENDS= p5-Math-Symbolic>=0:${PORTSDIR}/math/p5-Math-Symbolic \ + p5-Math-SymbolicX-ParserExtensionFactory>=0:${PORTSDIR}/math/p5-Math-SymbolicX-ParserExtensionFactory RUN_DEPENDS:= ${BUILD_DEPENDS} MAN3= Math::SymbolicX::BigNum.3 |