summaryrefslogtreecommitdiff
path: root/x11-wm/windowmaker
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2000-11-08 07:48:47 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2000-11-08 07:48:47 +0000
commit78fd442524ea9077709edb4c088e7d65f674802d (patch)
tree3e5af1597ab111bc340540b7a4a6c99efbff1fdf /x11-wm/windowmaker
parentAdd a WITH_SASL knob that causes OpenLDAP 2 to be compiled with (diff)
Add missed USE_GNOME if HAVE_GNOME is defined.
Submitted by: billf
Notes
Notes: svn path=/head/; revision=34904
Diffstat (limited to 'x11-wm/windowmaker')
-rw-r--r--x11-wm/windowmaker/Makefile1
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)