diff options
author | jadawin <jadawin@FreeBSD.org> | 2012-06-12 15:49:43 +0800 |
---|---|---|
committer | jadawin <jadawin@FreeBSD.org> | 2012-06-12 15:49:43 +0800 |
commit | 5fffa1a50d8484347c3c1c4676feb566f4f4e145 (patch) | |
tree | 71b586873a94b3068eb659ad9f74adb3417750c3 /math/p5-Math-SymbolicX-Error | |
parent | c52f588b8a55ee46166292b3e90a7bc83e84fc58 (diff) | |
download | freebsd-ports-gnome-5fffa1a50d8484347c3c1c4676feb566f4f4e145.tar.gz freebsd-ports-gnome-5fffa1a50d8484347c3c1c4676feb566f4f4e145.tar.zst freebsd-ports-gnome-5fffa1a50d8484347c3c1c4676feb566f4f4e145.zip |
- Remove SITE_PERL from *_DEPENDS
Submitted by: az@
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 |