diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-30 10:06:36 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-30 10:06:36 +0000 |
commit | cf76d00d6c6ce266cd9263ee7f15c7af31950652 (patch) | |
tree | 53d50e01a3af4dc5586a2a87a71f7c9591cc6575 /chat | |
parent | 65bf866c57cf477e6098bb3ec5d4f3541a8edce2 (diff) | |
download | pkgsrc-cf76d00d6c6ce266cd9263ee7f15c7af31950652.tar.gz |
Convert dependency to use -[0-9]* style instead of just -*.
Bump revision.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/cgiirc/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chat/cgiirc/Makefile b/chat/cgiirc/Makefile index 0f011c3e444..3ed244c6072 100644 --- a/chat/cgiirc/Makefile +++ b/chat/cgiirc/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2006/06/11 09:40:43 adrianp Exp $ +# $NetBSD: Makefile,v 1.12 2006/06/30 10:06:36 joerg Exp $ DISTNAME= cgiirc-0.5.9 +PKGREVISION= 1 CATEGORIES= chat MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cgiirc/} @@ -21,7 +22,7 @@ CONF_FILES+= ${PREFIX}/share/examples/cgiirc/cgiirc.config \ .include "../../mk/bsd.prefs.mk" .if defined(USE_INET6) && !empty(USE_INET6:M[Yy][Ee][Ss]) -DEPENDS+= p5-INET6-*:../../net/p5-INET6 +DEPENDS+= p5-INET6-[0-9]*:../../net/p5-INET6 .endif REPLACE_PERL+= client-perl.cgi irc.cgi nph-irc.cgi docs/decode.pl \ |