diff options
-rw-r--r-- | chat/cgiirc/Makefile | 5 | ||||
-rw-r--r-- | net/smokeping/Makefile | 8 |
2 files changed, 7 insertions, 6 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 \ diff --git a/net/smokeping/Makefile b/net/smokeping/Makefile index 053883d83d6..e3fe6f67a4c 100644 --- a/net/smokeping/Makefile +++ b/net/smokeping/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.18 2006/04/22 09:22:13 rillig Exp $ +# $NetBSD: Makefile,v 1.19 2006/06/30 10:07:50 joerg Exp $ DISTNAME= smokeping-2.0.4 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= net MASTER_SITES= http://people.ee.ethz.ch/~oetiker/webtools/smokeping/pub/ @@ -36,11 +36,11 @@ BUILD_DEFS+= USE_SPEEDY .include "../../mk/bsd.prefs.mk" .if defined(USE_INET6) && ${USE_INET6} == "YES" -DEPENDS+= p5-Socket6-*:../../net/p5-Socket6 +DEPENDS+= p5-Socket6-[0-9]*:../../net/p5-Socket6 .endif .if defined(USE_SPEEDY) && ${USE_SPEEDY} == "YES" -DEPENDS+= SpeedyCGI-*:../../www/SpeedyCGI +DEPENDS+= SpeedyCGI-[0-9]*:../../www/SpeedyCGI INTERP= speedy .else INTERP= perl |