diff options
author | wiz <wiz@pkgsrc.org> | 2000-12-12 02:10:16 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-12-12 02:10:16 +0000 |
commit | 5be08e01780e2a3001ecbe0ddf94d8dd7d483027 (patch) | |
tree | 583b947e60824bccaf45fc8f4dc2abbca7318447 /audio/wmsound | |
parent | b48aa2febfd565b99592854d7cbeaa9c59ec76e9 (diff) | |
download | pkgsrc-5be08e01780e2a3001ecbe0ddf94d8dd7d483027.tar.gz |
Added wm category to main Makefile; remove packages that have been moved
from x11 to wm; fix paths in packages that depend on the moved ones.
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 33ca2c47575..09a8c8881dc 100644 --- a/audio/wmsound/Makefile +++ b/audio/wmsound/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1999/09/21 18:18:50 tron Exp $ +# $NetBSD: Makefile,v 1.6 2000/12/12 02:10:18 wiz 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-*:../../x11/windowmaker +DEPENDS+= windowmaker-*:../../wm/windowmaker USE_X11BASE= yes USE_IMAKE= yes |