aboutsummaryrefslogtreecommitdiff
path: root/mail/dkimproxy
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2012-06-30 13:10:09 +0000
committerAndrej Zverev <az@FreeBSD.org>2012-06-30 13:10:09 +0000
commit5c64b5a4911718fa81c0be3e3aad5da37630a2dc (patch)
tree00fcf0fa616ca872f96b192c443509a356ced8c0 /mail/dkimproxy
parent72fedb70a9074e30f94495fc051cf2771a93b3f0 (diff)
downloadports-5c64b5a4911718fa81c0be3e3aad5da37630a2dc.tar.gz
ports-5c64b5a4911718fa81c0be3e3aad5da37630a2dc.zip
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
Notes
Notes: svn path=/head/; revision=300267
Diffstat (limited to 'mail/dkimproxy')
-rw-r--r--mail/dkimproxy/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/dkimproxy/Makefile b/mail/dkimproxy/Makefile
index 20dbb48279c5..35beb4ca7f7e 100644
--- a/mail/dkimproxy/Makefile
+++ b/mail/dkimproxy/Makefile
@@ -16,9 +16,9 @@ COMMENT= DKIM filter for Postfix
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
-BUILD_DEPENDS= ${SITE_PERL}/Mail/DKIM.pm:${PORTSDIR}/mail/p5-Mail-DKIM \
- ${SITE_PERL}/Net/Server.pm:${PORTSDIR}/net/p5-Net-Server \
- ${SITE_PERL}/Error.pm:${PORTSDIR}/lang/p5-Error
+BUILD_DEPENDS= p5-Mail-DKIM>=0:${PORTSDIR}/mail/p5-Mail-DKIM \
+ p5-Net-Server>=0:${PORTSDIR}/net/p5-Net-Server \
+ p5-Error>=0:${PORTSDIR}/lang/p5-Error
RUN_DEPENDS:= ${BUILD_DEPENDS}
GNU_CONFIGURE= yes