diff options
author | az <az@FreeBSD.org> | 2012-06-30 02:37:54 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-06-30 02:37:54 +0800 |
commit | af4ec4006f463fbe1f7949aaebfee4998c65965c (patch) | |
tree | 4912cde1f66a04f2e27c57bc8768fe6f15319ed9 /mail/postfix-postfwd/Makefile | |
parent | 6f8ed08f2821e7fb0cc255f7056e2931faec9f55 (diff) | |
download | freebsd-ports-gnome-af4ec4006f463fbe1f7949aaebfee4998c65965c.tar.gz freebsd-ports-gnome-af4ec4006f463fbe1f7949aaebfee4998c65965c.tar.zst freebsd-ports-gnome-af4ec4006f463fbe1f7949aaebfee4998c65965c.zip |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
Diffstat (limited to 'mail/postfix-postfwd/Makefile')
-rw-r--r-- | mail/postfix-postfwd/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/postfix-postfwd/Makefile b/mail/postfix-postfwd/Makefile index 8dd844074a2f..23edc22dc0be 100644 --- a/mail/postfix-postfwd/Makefile +++ b/mail/postfix-postfwd/Makefile @@ -17,10 +17,10 @@ COMMENT= A postfix firewall policy daemon LICENSE= BSD -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS \ - ${SITE_PERL}/Net/Server.pm:${PORTSDIR}/net/p5-Net-Server \ - ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable \ - ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes +RUN_DEPENDS= p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS \ + p5-Net-Server>=0:${PORTSDIR}/net/p5-Net-Server \ + p5-Storable>=0:${PORTSDIR}/devel/p5-Storable \ + p5-Time-HiRes>=0:${PORTSDIR}/devel/p5-Time-HiRes PORTDOCS= * PORTEXAMPLES= request.sample postfwd.plugins.sample |