diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-11-08 07:48:47 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-11-08 07:48:47 +0000 |
commit | 78fd442524ea9077709edb4c088e7d65f674802d (patch) | |
tree | 3e5af1597ab111bc340540b7a4a6c99efbff1fdf /x11-wm | |
parent | 7a7daa00f1fb03960b5dc6988f35c98d38bd5515 (diff) |
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/windowmaker/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-wm/windowmaker/Makefile b/x11-wm/windowmaker/Makefile index 5cb1d7077455..3301e503d26b 100644 --- a/x11-wm/windowmaker/Makefile +++ b/x11-wm/windowmaker/Makefile @@ -49,6 +49,7 @@ DATAFILES= WindowMaker-extra-0.1.tar.bz2 .if defined(HAVE_GNOME) CONFIGURE_ARGS+= --enable-gnome +USE_GNOME= yes .endif .if defined(WITH_KDE) |