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 | 6cdf04d1eaa63349b8aaf9215b09a6e2ea44979d (patch) | |
tree | 53d50e01a3af4dc5586a2a87a71f7c9591cc6575 /net | |
parent | 1e4fe00475571689f441a9d9af0fa6cef89edef8 (diff) | |
download | pkgsrc-6cdf04d1eaa63349b8aaf9215b09a6e2ea44979d.tar.gz |
Convert dependency to use -[0-9]* style instead of just -*.
Bump revision.
Diffstat (limited to 'net')
-rw-r--r-- | net/smokeping/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
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 |