aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Thegler <lth@FreeBSD.org>2006-08-11 09:59:08 +0000
committerLars Thegler <lth@FreeBSD.org>2006-08-11 09:59:08 +0000
commit9a4b1e129dd4dc7b1b4365e6f73654275f8e1403 (patch)
treee1efde74b53f83c7aeb6efdb99a75b6ce5ab6ce9
parent6fa5ac9d5f40c5f78618a964f2c79a1d4c6f5541 (diff)
Notes
-rw-r--r--devel/p5-Test-Pod-Coverage/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/p5-Test-Pod-Coverage/Makefile b/devel/p5-Test-Pod-Coverage/Makefile
index f9b0c32c69ad..94cbe2103c82 100644
--- a/devel/p5-Test-Pod-Coverage/Makefile
+++ b/devel/p5-Test-Pod-Coverage/Makefile
@@ -15,9 +15,9 @@ PKGNAMEPREFIX= p5-
MAINTAINER= lth@FreeBSD.org
COMMENT= Check for pod coverage in your distribution
-BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Pod/Coverage.pm:${PORTSDIR}/devel/p5-Pod-Coverage \
- ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
-RUN_DEPENDS= ${BUILD_DEPENDS}
+RUN_DEPENDS= p5-Pod-Coverage>0:${PORTSDIR}/devel/p5-Pod-Coverage \
+ p5-Test-Simple>0:${PORTSDIR}/devel/p5-Test-Simple
+BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= YES