From 8525fa848f33058342e58fccc6a3e04500dd69e9 Mon Sep 17 00:00:00 2001 From: fredb Date: Mon, 14 Feb 2000 13:15:06 +0000 Subject: Remove wildcard in DEPENDS for xpm package to make it consistent with asclock. This to prevent the dependency from being recorded __twice__, as both xpm-3.4k and xpm>=3.4k. I'm not sure that that actually hurts anything, but it pays to be consistent. --- x11/afterstep/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11/afterstep/Makefile b/x11/afterstep/Makefile index 6a27368a69e..99625995544 100644 --- a/x11/afterstep/Makefile +++ b/x11/afterstep/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2000/02/14 12:42:15 fredb Exp $ +# $NetBSD: Makefile,v 1.18 2000/02/14 13:15:06 fredb Exp $ DISTNAME= AfterStep-1.8.0 PKGNAME= afterstep-1.8.0 @@ -14,7 +14,7 @@ BUILD_DEPENDS+= autoreconf:../../devel/autoconf DEPENDS+= jpeg>=6b:../../graphics/jpeg DEPENDS+= png>=1.0.3:../../graphics/png DEPENDS+= rplay>=3.2.0b6:../../audio/rplay -DEPENDS+= xpm>=3.4k:../../graphics/xpm +DEPENDS+= xpm-3.4k:../../graphics/xpm DEPENDS+= asclock-*:../../x11/asclock DEPENDS+= xp-*:../../x11/xp -- cgit v1.2.3