diff options
author | az <az@FreeBSD.org> | 2012-06-29 01:51:57 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-06-29 01:51:57 +0800 |
commit | 59db4660951d60ad3a8736d31c7de0b86125544f (patch) | |
tree | a29b0fc20437a721f60a9557342a190d5a13a21b /math | |
parent | 349357b0704a96b648afe1e0544148c5e82d6e63 (diff) | |
download | freebsd-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/Makefile | 8 |
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 |