summaryrefslogtreecommitdiff
path: root/mail/p5-Mail-RBL
diff options
context:
space:
mode:
authorAnton Berezin <tobez@FreeBSD.org>2006-08-23 19:34:04 +0000
committerAnton Berezin <tobez@FreeBSD.org>2006-08-23 19:34:04 +0000
commitde5b609b0d3292e9ad59f2489772915d914cb794 (patch)
tree518345fe80bb0f4dcdc2abd2bd9b644965bf03be /mail/p5-Mail-RBL
parentFix a crash that occurs when glib is built WITH_COLLATION_FIX. (diff)
NetAddr/IP.pm has changed its location after the last update.
Chase dependent ports and specify the dependency using "package dependency" syntax which is immune to such changes. No portrevision bumps. Reported by: krismail Pointy hat to: tobez
Notes
Notes: svn path=/head/; revision=171289
Diffstat (limited to 'mail/p5-Mail-RBL')
-rw-r--r--mail/p5-Mail-RBL/Makefile2
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}