summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorseb <seb@pkgsrc.org>2009-03-07 15:34:40 +0000
committerseb <seb@pkgsrc.org>2009-03-07 15:34:40 +0000
commit0e7f399c54064e4f204e169dfb68a9cbc36c3ea4 (patch)
tree4c9dae37420fbef301c632ae2233a780835865e3
parenta6db43eadcba692061ef218442408ce1d0d74c88 (diff)
downloadpkgsrc-0e7f399c54064e4f204e169dfb68a9cbc36c3ea4.tar.gz
Bump PKGREVISION to 1.
Change dependency on the soon to be removed net/p5-INET6 to the identical net/p5-IO-Socket-INET6
-rw-r--r--net/p5-Net-DNS/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/p5-Net-DNS/Makefile b/net/p5-Net-DNS/Makefile
index be05a280d2f..4533049351c 100644
--- a/net/p5-Net-DNS/Makefile
+++ b/net/p5-Net-DNS/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.40 2009/02/22 16:38:46 wiz Exp $
+# $NetBSD: Makefile,v 1.41 2009/03/07 15:34:40 seb Exp $
DISTNAME= Net-DNS-0.65
+PKGREVISION= 1
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5ndn
CATEGORIES= net perl5
@@ -27,7 +28,7 @@ PKG_SUGGESTED_OPTIONS= inet6
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Minet6)
-DEPENDS+= p5-INET6>=2.01:../../net/p5-INET6
+DEPENDS+= p5-IO-Socket-INET6>=2.01:../../net/p5-IO-Socket-INET6
DEPENDS+= p5-Socket6-[0-9]*:../../net/p5-Socket6
MAKE_PARAMS+= --IPv6-tests
.else