diff options
author | tron <tron@pkgsrc.org> | 1999-09-21 18:18:50 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-09-21 18:18:50 +0000 |
commit | c3bab7dba14be8892aed96f2f8ad2aad44443339 (patch) | |
tree | 4fff5f4387a853a60c6a13fc59bd09ae4d343d0d /audio/wmsound | |
parent | 8e3699b04d90a484186de20f2fae2dc39f5fcd78 (diff) | |
download | pkgsrc-c3bab7dba14be8892aed96f2f8ad2aad44443339.tar.gz |
Use wildcards in dependence for "windowmaker" package.
Diffstat (limited to 'audio/wmsound')
-rw-r--r-- | audio/wmsound/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/wmsound/Makefile b/audio/wmsound/Makefile index 98b9f42d3c9..33ca2c47575 100644 --- a/audio/wmsound/Makefile +++ b/audio/wmsound/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 1999/06/21 04:53:14 jlam Exp $ +# $NetBSD: Makefile,v 1.5 1999/09/21 18:18:50 tron Exp $ DISTNAME= wmsound-0.9.4 CATEGORIES= audio x11 @@ -9,7 +9,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} wmsdefault${EXTRACT_SUFX} MAINTAINER= jlam@netbsd.org HOMEPAGE= http://www.frontiernet.net/~southgat/wmsound/ -DEPENDS+= windowmaker-0.60.0:../../x11/windowmaker +DEPENDS+= windowmaker-*:../../x11/windowmaker USE_X11BASE= yes USE_IMAKE= yes |