aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mimedefang
diff options
context:
space:
mode:
authoraz <az@FreeBSD.org>2012-06-30 21:10:09 +0800
committeraz <az@FreeBSD.org>2012-06-30 21:10:09 +0800
commita7e7fdfccf4fa5eb805f6acc1ee10004c46d3037 (patch)
treef78a57ac64c34629a389583eb8e4f37a5cd8becd /mail/mimedefang
parent5648943fce0bad82d0f6c6a2c9ab8d5a9157aae0 (diff)
downloadfreebsd-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/mimedefang')
-rw-r--r--mail/mimedefang/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/mimedefang/Makefile b/mail/mimedefang/Makefile
index aa9ec58b99c8..51498a7c2933 100644
--- a/mail/mimedefang/Makefile
+++ b/mail/mimedefang/Makefile
@@ -16,10 +16,10 @@ COMMENT= Milter based anti-spam and anti-virus filtering program
LICENSE= GPLv2
BUILD_DEPENDS= \
- ${SITE_PERL}/IO/Stringy.pm:${PORTSDIR}/devel/p5-IO-stringy \
+ p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy \
p5-MIME-Tools>=5.417:${PORTSDIR}/mail/p5-MIME-Tools \
- ${SITE_PERL}/Mail/Address.pm:${PORTSDIR}/mail/p5-Mail-Tools \
- ${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 \
+ p5-Mail-Tools>=0:${PORTSDIR}/mail/p5-Mail-Tools \
+ p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 \
p5-Mail-SpamAssassin>=3.0:${PORTSDIR}/mail/p5-Mail-SpamAssassin
RUN_DEPENDS:= ${BUILD_DEPENDS}