diff options
author | seb <seb@pkgsrc.org> | 2009-03-07 08:12:15 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2009-03-07 08:12:15 +0000 |
commit | 7915bb0fd292ed92deb1c7dd5d57fc200e934781 (patch) | |
tree | b3113a034f7496a80eb9b892fa551a1c40a66c93 /chat | |
parent | fec5de4cb2dbc2c76b67014369248e2ba32630d0 (diff) | |
download | pkgsrc-7915bb0fd292ed92deb1c7dd5d57fc200e934781.tar.gz |
Bump PKGREVISION to 2.
Pkgsrc changes:
- Change dependency on the soon to be removed net/p5-INET6 to
the identical net/p5-IO-Socket-INET6
Diffstat (limited to 'chat')
-rw-r--r-- | chat/cgiirc/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chat/cgiirc/Makefile b/chat/cgiirc/Makefile index 1f4d67e1039..98380ba0914 100644 --- a/chat/cgiirc/Makefile +++ b/chat/cgiirc/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.14 2008/03/03 02:19:51 jlam Exp $ +# $NetBSD: Makefile,v 1.15 2009/03/07 08:12:15 seb Exp $ DISTNAME= cgiirc-0.5.9 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= chat MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cgiirc/} @@ -25,7 +25,7 @@ PKG_SUPPORTED_OPTIONS= inet6 .include "../../mk/bsd.options.mk" .if !empty(PKG_OPTIONS:Minet6) -DEPENDS+= p5-INET6-[0-9]*:../../net/p5-INET6 +DEPENDS+= p5-IO-Socket-INET6-[0-9]*:../../net/p5-IO-Socket-INET6 .endif REPLACE_PERL+= client-perl.cgi irc.cgi nph-irc.cgi docs/decode.pl \ |