diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2006-08-23 19:34:04 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2006-08-23 19:34:04 +0000 |
commit | de5b609b0d3292e9ad59f2489772915d914cb794 (patch) | |
tree | 518345fe80bb0f4dcdc2abd2bd9b644965bf03be /mail/p5-Mail-RBL | |
parent | 52290936ce281e8d0905d7dee7b04e10d1a7dcbd (diff) | |
download | ports-de5b609b0d3292e9ad59f2489772915d914cb794.tar.gz ports-de5b609b0d3292e9ad59f2489772915d914cb794.zip |
Notes
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 e185e824e443..73b7d45893f8 100644 --- a/mail/p5-Mail-RBL/Makefile +++ b/mail/p5-Mail-RBL/Makefile @@ -16,7 +16,7 @@ MAINTAINER= erwin@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 \ - ${SITE_PERL}/NetAddr/IP.pm:${PORTSDIR}/net-mgmt/p5-NetAddr-IP \ + p5-NetAddr-IP>0:${PORTSDIR}/net-mgmt/p5-NetAddr-IP \ ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple RUN_DEPENDS= ${BUILD_DEPENDS} |