diff options
author | fredb <fredb@pkgsrc.org> | 2000-02-14 13:15:06 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2000-02-14 13:15:06 +0000 |
commit | 33f60d12181e365bcd783d900832156dfbaf4e91 (patch) | |
tree | 78315e75f950c7996090fc25aa6284dbcadbfb6e /x11/afterstep | |
parent | 5b565497813c0debd3223fce69eeee650e925bdb (diff) | |
download | pkgsrc-33f60d12181e365bcd783d900832156dfbaf4e91.tar.gz |
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.
Diffstat (limited to 'x11/afterstep')
-rw-r--r-- | x11/afterstep/Makefile | 4 |
1 files 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 |