diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-30 21:10:09 +0800 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-30 21:10:09 +0800 |
commit | 5c64b5a4911718fa81c0be3e3aad5da37630a2dc (patch) | |
tree | 00fcf0fa616ca872f96b192c443509a356ced8c0 /mail/dkimproxy | |
parent | 72fedb70a9074e30f94495fc051cf2771a93b3f0 (diff) | |
download | freebsd-ports-gnome-5c64b5a4911718fa81c0be3e3aad5da37630a2dc.tar.gz freebsd-ports-gnome-5c64b5a4911718fa81c0be3e3aad5da37630a2dc.tar.zst freebsd-ports-gnome-5c64b5a4911718fa81c0be3e3aad5da37630a2dc.zip |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
Diffstat (limited to 'mail/dkimproxy')
-rw-r--r-- | mail/dkimproxy/Makefile | 6 |
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 |