summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2000-07-25 08:02:56 +0000
committerjlam <jlam@pkgsrc.org>2000-07-25 08:02:56 +0000
commita8630979e61ddb9d090ec54db955bd447a6a781a (patch)
treede8454f40a52ceb082cdb856fbdd8507d935565b
parentcba5a6b2b18a4159ae5648f9bc8e87fc332c1da0 (diff)
downloadpkgsrc-a8630979e61ddb9d090ec54db955bd447a6a781a.tar.gz
Check for asclock-[0-9]* instead of asclock-* so we match only the asclock
package, and not also asclock-gtk or asclock-xlib if they're installed as well.
-rw-r--r--x11/afterstep/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/afterstep/Makefile b/x11/afterstep/Makefile
index 1f9a37e8a19..4106f704e8a 100644
--- a/x11/afterstep/Makefile
+++ b/x11/afterstep/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2000/06/01 14:53:15 fredb Exp $
+# $NetBSD: Makefile,v 1.23 2000/07/25 08:02:56 jlam Exp $
DISTNAME= AfterStep-1.8.0
PKGNAME= afterstep-1.8.0
@@ -15,7 +15,7 @@ DEPENDS+= jpeg-6b:../../graphics/jpeg
DEPENDS+= png>=1.0.6:../../graphics/png
DEPENDS+= rplay>=3.2.0b6:../../audio/rplay
DEPENDS+= xpm-3.4k:../../graphics/xpm
-DEPENDS+= asclock-*:../../x11/asclock
+DEPENDS+= asclock-[0-9]*:../../x11/asclock
DEPENDS+= xp-*:../../x11/xp
GNU_CONFIGURE= yes