From 4caad35110a71563f4dacfb501651e3b7623af18 Mon Sep 17 00:00:00 2001 From: Philippe Audeoud Date: Tue, 12 Jun 2012 07:49:43 +0000 Subject: - Remove SITE_PERL from *_DEPENDS Submitted by: az@ --- math/p5-Math-SymbolicX-Error/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'math/p5-Math-SymbolicX-Error/Makefile') 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 -- cgit v1.2.3