aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authoraz <az@FreeBSD.org>2012-06-29 01:51:57 +0800
committeraz <az@FreeBSD.org>2012-06-29 01:51:57 +0800
commit59db4660951d60ad3a8736d31c7de0b86125544f (patch)
treea29b0fc20437a721f60a9557342a190d5a13a21b /math
parent349357b0704a96b648afe1e0544148c5e82d6e63 (diff)
downloadfreebsd-ports-gnome-59db4660951d60ad3a8736d31c7de0b86125544f.tar.gz
freebsd-ports-gnome-59db4660951d60ad3a8736d31c7de0b86125544f.tar.zst
freebsd-ports-gnome-59db4660951d60ad3a8736d31c7de0b86125544f.zip
- Remove SITE_PERL from *_DEPENDS
Approved by: maintainer (via IRC)
Diffstat (limited to 'math')
-rw-r--r--math/p5-Math-SigFigs/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/math/p5-Math-SigFigs/Makefile b/math/p5-Math-SigFigs/Makefile
index 3d8da8ee69c8..1edc03cededa 100644
--- a/math/p5-Math-SigFigs/Makefile
+++ b/math/p5-Math-SigFigs/Makefile
@@ -14,10 +14,10 @@ PKGNAMEPREFIX= p5-
MAINTAINER= swills@FreeBSD.org
COMMENT= Do math with correct handling of significant figures
-BUILD_DEPENDS= ${SITE_PERL}/Test/Pod.pm:${PORTSDIR}/devel/p5-Test-Pod \
- ${SITE_PERL}/Test/Pod/Coverage.pm:${PORTSDIR}/devel/p5-Test-Pod-Coverage
-RUN_DEPENDS= ${SITE_PERL}/Test/Pod.pm:${PORTSDIR}/devel/p5-Test-Pod \
- ${SITE_PERL}/Test/Pod/Coverage.pm:${PORTSDIR}/devel/p5-Test-Pod-Coverage
+BUILD_DEPENDS= p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod \
+ p5-Test-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Test-Pod-Coverage
+RUN_DEPENDS= p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod \
+ p5-Test-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Test-Pod-Coverage
PERL_CONFIGURE= yes