aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-DateTime-Event-Easter
diff options
context:
space:
mode:
authorculot <culot@FreeBSD.org>2012-06-07 16:13:02 +0800
committerculot <culot@FreeBSD.org>2012-06-07 16:13:02 +0800
commitba7ce4ea6f7b0ce7b5f0d773ac4c3c074a700a4f (patch)
treebec3a8326c456c13a9aada2ddab22c82f86fc74a /devel/p5-DateTime-Event-Easter
parent3587baba54d58443a30602ec2ec0f763c087687e (diff)
downloadfreebsd-ports-gnome-ba7ce4ea6f7b0ce7b5f0d773ac4c3c074a700a4f.tar.gz
freebsd-ports-gnome-ba7ce4ea6f7b0ce7b5f0d773ac4c3c074a700a4f.tar.zst
freebsd-ports-gnome-ba7ce4ea6f7b0ce7b5f0d773ac4c3c074a700a4f.zip
- Remove SITE_PERL from *_DEPENDS
Submitted by: az@
Diffstat (limited to 'devel/p5-DateTime-Event-Easter')
-rw-r--r--devel/p5-DateTime-Event-Easter/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/p5-DateTime-Event-Easter/Makefile b/devel/p5-DateTime-Event-Easter/Makefile
index 4097dba452b3..fa33a6dd44c5 100644
--- a/devel/p5-DateTime-Event-Easter/Makefile
+++ b/devel/p5-DateTime-Event-Easter/Makefile
@@ -15,9 +15,9 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Returns Easter events for DateTime objects
-BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime \
- ${SITE_PERL}/DateTime/Calendar/Julian.pm:${PORTSDIR}/devel/p5-DateTime-Calendar-Julian \
- ${SITE_PERL}/DateTime/Set.pm:${PORTSDIR}/devel/p5-DateTime-Set \
+BUILD_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \
+ p5-DateTime-Calendar-Julian>=0:${PORTSDIR}/devel/p5-DateTime-Calendar-Julian \
+ p5-DateTime-Set>=0:${PORTSDIR}/devel/p5-DateTime-Set \
p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate
RUN_DEPENDS:= ${BUILD_DEPENDS}