diff options
author | az <az@FreeBSD.org> | 2012-06-30 21:10:09 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-06-30 21:10:09 +0800 |
commit | a7e7fdfccf4fa5eb805f6acc1ee10004c46d3037 (patch) | |
tree | f78a57ac64c34629a389583eb8e4f37a5cd8becd /mail/spamass-ixhash | |
parent | 5648943fce0bad82d0f6c6a2c9ab8d5a9157aae0 (diff) | |
download | freebsd-ports-gnome-a7e7fdfccf4fa5eb805f6acc1ee10004c46d3037.tar.gz freebsd-ports-gnome-a7e7fdfccf4fa5eb805f6acc1ee10004c46d3037.tar.zst freebsd-ports-gnome-a7e7fdfccf4fa5eb805f6acc1ee10004c46d3037.zip |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
Diffstat (limited to 'mail/spamass-ixhash')
-rw-r--r-- | mail/spamass-ixhash/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/spamass-ixhash/Makefile b/mail/spamass-ixhash/Makefile index 14eef91d9948..2519c67f5f46 100644 --- a/mail/spamass-ixhash/Makefile +++ b/mail/spamass-ixhash/Makefile @@ -17,7 +17,7 @@ MAINTAINER= michael@ranner.eu COMMENT= The iXhash plugin for SpamAssassin RUN_DEPENDS= spamc:${PORTSDIR}/mail/p5-Mail-SpamAssassin \ - ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ + p5-Digest-MD5>=0:${PORTSDIR}/security/p5-Digest-MD5 \ p5-Net-DNS>=0.63:${PORTSDIR}/dns/p5-Net-DNS LICENSE= AL2 |