diff options
author | tron <tron> | 1999-09-21 18:18:50 +0000 |
---|---|---|
committer | tron <tron> | 1999-09-21 18:18:50 +0000 |
commit | f699349e0a4f9e140c6127f7d7504144d6a9aa86 (patch) | |
tree | 4fff5f4387a853a60c6a13fc59bd09ae4d343d0d /x11/wmakerconf | |
parent | 4bc001831345b9497aba1d85d852b703e379bccb (diff) | |
download | pkgsrc-f699349e0a4f9e140c6127f7d7504144d6a9aa86.tar.gz |
Use wildcards in dependence for "windowmaker" package.
Diffstat (limited to 'x11/wmakerconf')
-rw-r--r-- | x11/wmakerconf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/wmakerconf/Makefile b/x11/wmakerconf/Makefile index 04c8f68d53a..19a4e81d43e 100644 --- a/x11/wmakerconf/Makefile +++ b/x11/wmakerconf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 1999/08/30 08:44:47 jlam Exp $ +# $NetBSD: Makefile,v 1.8 1999/09/21 18:18:50 tron Exp $ # DISTNAME= wmakerconf-2.2 @@ -10,7 +10,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= packages@netbsd.org HOMEPAGE= http://www-info2.informatik.uni-wuerzburg.de/staff/ulli/wmakerconf/ -DEPENDS+= windowmaker-0.60.0:../../x11/windowmaker +DEPENDS+= windowmaker-*:../../x11/windowmaker DEPENDS+= imlib-1.9.4:../../graphics/imlib DEPENDS+= libproplist-0.8.3:../../devel/libproplist DEPENDS+= gtk+-1.2.4:../../x11/gtk |