diff options
author | Philippe Audeoud <jadawin@FreeBSD.org> | 2012-06-12 07:49:43 +0000 |
---|---|---|
committer | Philippe Audeoud <jadawin@FreeBSD.org> | 2012-06-12 07:49:43 +0000 |
commit | 4caad35110a71563f4dacfb501651e3b7623af18 (patch) | |
tree | eb8bd236a011bc157fdb918c968a40fcad5f0e5c /math/p5-Math-SymbolicX-Error | |
parent | 2b49887c4576b540cdf7c0c38333ee4d582245bc (diff) | |
download | ports-4caad35110a71563f4dacfb501651e3b7623af18.tar.gz ports-4caad35110a71563f4dacfb501651e3b7623af18.zip |
Notes
Diffstat (limited to 'math/p5-Math-SymbolicX-Error')
-rw-r--r-- | math/p5-Math-SymbolicX-Error/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/p5-Math-SymbolicX-Error/Makefile b/math/p5-Math-SymbolicX-Error/Makefile index 5ffb94302149..05c092a2fdfa 100644 --- a/math/p5-Math-SymbolicX-Error/Makefile +++ b/math/p5-Math-SymbolicX-Error/Makefile @@ -14,9 +14,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Parser extension for dealing with numeric errors -BUILD_DEPENDS= ${SITE_PERL}/Math/Symbolic.pm:${PORTSDIR}/math/p5-Math-Symbolic \ - ${SITE_PERL}/Math/SymbolicX/ParserExtensionFactory.pm:${PORTSDIR}/math/p5-Math-SymbolicX-ParserExtensionFactory \ - ${SITE_PERL}/Number/WithError.pm:${PORTSDIR}/math/p5-Number-WithError +BUILD_DEPENDS= p5-Math-Symbolic>=0:${PORTSDIR}/math/p5-Math-Symbolic \ + p5-Math-SymbolicX-ParserExtensionFactory>=0:${PORTSDIR}/math/p5-Math-SymbolicX-ParserExtensionFactory \ + p5-Number-WithError>=0:${PORTSDIR}/math/p5-Number-WithError RUN_DEPENDS:= ${BUILD_DEPENDS} MAN3= Math::SymbolicX::Error.3 |