diff options
author | az <az@FreeBSD.org> | 2012-06-04 03:44:26 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-06-04 03:44:26 +0800 |
commit | 2f8ba43cb367fdd87f57e2b1c5acb4f65dde30ea (patch) | |
tree | ef68e818d7920a1c1002aca59045dacee0caf163 /mail/p5-Mail-RBL | |
parent | 0b724879139246db19f88d1e084687e066d91250 (diff) | |
download | freebsd-ports-gnome-2f8ba43cb367fdd87f57e2b1c5acb4f65dde30ea.tar.gz freebsd-ports-gnome-2f8ba43cb367fdd87f57e2b1c5acb4f65dde30ea.tar.zst freebsd-ports-gnome-2f8ba43cb367fdd87f57e2b1c5acb4f65dde30ea.zip |
- Remove SITE_PERL from *_DEPENDS
Diffstat (limited to 'mail/p5-Mail-RBL')
-rw-r--r-- | mail/p5-Mail-RBL/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/p5-Mail-RBL/Makefile b/mail/p5-Mail-RBL/Makefile index d588497482bc..36366a1154b4 100644 --- a/mail/p5-Mail-RBL/Makefile +++ b/mail/p5-Mail-RBL/Makefile @@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl extension to access RBL-style host verification services -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS \ +BUILD_DEPENDS= p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS \ p5-NetAddr-IP>0:${PORTSDIR}/net-mgmt/p5-NetAddr-IP RUN_DEPENDS:= ${BUILD_DEPENDS} |