aboutsummaryrefslogtreecommitdiffstats
path: root/mail/majordomo
diff options
context:
space:
mode:
authoraz <az@FreeBSD.org>2012-06-29 18:05:08 +0800
committeraz <az@FreeBSD.org>2012-06-29 18:05:08 +0800
commitb696f60de705575cfdc752261066bafcfd998615 (patch)
treeb98bbf33a5bfac7f3b65291d5b3455e9aa792250 /mail/majordomo
parent9a292c3f202221efed7d813d68c49503c5f7cddb (diff)
downloadfreebsd-ports-gnome-b696f60de705575cfdc752261066bafcfd998615.tar.gz
freebsd-ports-gnome-b696f60de705575cfdc752261066bafcfd998615.tar.zst
freebsd-ports-gnome-b696f60de705575cfdc752261066bafcfd998615.zip
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
Diffstat (limited to 'mail/majordomo')
-rw-r--r--mail/majordomo/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/majordomo/Makefile b/mail/majordomo/Makefile
index 1b05d4299905..286f20e54fab 100644
--- a/mail/majordomo/Makefile
+++ b/mail/majordomo/Makefile
@@ -18,7 +18,7 @@ MAINTAINER= anders@FreeBSD.org
COMMENT= A mailing list manager
.if defined(WITH_SHA1_COOKIES)
-RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1
+RUN_DEPENDS= p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1
.endif
USE_PERL5= yes
@@ -35,7 +35,7 @@ DOCSDIR= ${PREFIX}/${PORTNAME}/doc
.if !defined(WITH_SHA1_COOKIES)
. if ${PERL_LEVEL} < 500703
-RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5
+RUN_DEPENDS+= p5-Digest-MD5>=0:${PORTSDIR}/security/p5-Digest-MD5
. endif
.endif