diff options
author | az <az@FreeBSD.org> | 2012-06-29 18:05:08 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-06-29 18:05:08 +0800 |
commit | b696f60de705575cfdc752261066bafcfd998615 (patch) | |
tree | b98bbf33a5bfac7f3b65291d5b3455e9aa792250 /mail/majordomo | |
parent | 9a292c3f202221efed7d813d68c49503c5f7cddb (diff) | |
download | freebsd-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/Makefile | 4 |
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 |