aboutsummaryrefslogtreecommitdiff
path: root/math/p5-Math-SigFigs
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2012-06-28 17:51:57 +0000
committerAndrej Zverev <az@FreeBSD.org>2012-06-28 17:51:57 +0000
commitfb486fa9815f6bcbfda1201bbf2a381d9610d992 (patch)
tree8743beffc1add7432c438edd4235779c3c978a51 /math/p5-Math-SigFigs
parentef16d2e450342ea7c3cbfde50b170e0bac4a850d (diff)
downloadports-fb486fa9815f6bcbfda1201bbf2a381d9610d992.tar.gz
ports-fb486fa9815f6bcbfda1201bbf2a381d9610d992.zip
- Remove SITE_PERL from *_DEPENDS
Approved by: maintainer (via IRC)
Notes
Notes: svn path=/head/; revision=300171
Diffstat (limited to 'math/p5-Math-SigFigs')
-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