aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-DateTime-Format-DateManip
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2012-04-28 20:52:40 +0000
committerSteve Wills <swills@FreeBSD.org>2012-04-28 20:52:40 +0000
commitd3c83ca3b663fd080c1bd1fb89bb04c0865b5693 (patch)
tree9be60271811351602fc3c5d16df88a2603903b11 /devel/p5-DateTime-Format-DateManip
parent8cea4ad1df555b955e6b31faee6d98851d9357a8 (diff)
- Avoid use of SITE_PERL in DEPENDS
Notes
Notes: svn path=/head/; revision=295656
Diffstat (limited to 'devel/p5-DateTime-Format-DateManip')
-rw-r--r--devel/p5-DateTime-Format-DateManip/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-DateTime-Format-DateManip/Makefile b/devel/p5-DateTime-Format-DateManip/Makefile
index 8240e3125184..295ffa04c7db 100644
--- a/devel/p5-DateTime-Format-DateManip/Makefile
+++ b/devel/p5-DateTime-Format-DateManip/Makefile
@@ -15,8 +15,8 @@ MAINTAINER= perl@FreeBSD.org
COMMENT= Convert Date::Manip dates and durations to DateTimes and vice versa
BUILD_DEPENDS= ${RUN_DEPENDS}
-RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime \
- ${SITE_PERL}/Date/Manip.pm:${PORTSDIR}/devel/p5-Date-Manip
+RUN_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \
+ p5-Date-Manip>=0:${PORTSDIR}/devel/p5-Date-Manip
PERL_MODBUILD= yes