-optional_depends gnome-desktop \
- "--enable-menus-gnome2" \
- "--disable-menus-gnome2" \
- "For gnome2 menu support" &&
-
optional_depends imlib \
"--with-imlib" \
"--with-xpm" \
diff --git a/windowmanagers/lxp-icewm/HISTORY
b/windowmanagers/lxp-icewm/HISTORY
index d3a5ddb..5d84e6e 100644
--- a/windowmanagers/lxp-icewm/HISTORY
+++ b/windowmanagers/lxp-icewm/HISTORY
@@ -1,3 +1,6 @@
+2009-04-23 Arjan Bouter <abouter AT sourcmage.org>
+ * BUILD,DEPENDS: removed broken gnome2 menu support
+
2008-09-19 Arjan Bouter <abouter AT sourcmage.org>
* DEPENDS,CONFIGURE: moved dependency on libxext to DEPENDS
diff --git a/windowmanagers/vwm/BUILD b/windowmanagers/vwm/BUILD
index 5a02ea8..fc22fbf 100755
--- a/windowmanagers/vwm/BUILD
+++ b/windowmanagers/vwm/BUILD
@@ -1,15 +1,7 @@
-make_single &&
-if [[ "$VIPER_WIDE" = 'y' ]]; then
- make wide &&
- if [[ "$VIPER_SYSMON" = 'y' ]]; then
- cd modules/sysmon &&
- make wide
- fi
-else
+make &&
+if [[ "$VIPER_SYSMON" = 'y' ]]; then
+ cd modules/sysmon &&
make &&
- if [[ "$VIPER_SYSMON" = 'y' ]]; then
- cd modules/sysmon &&
- make
- fi
-fi &&
-make_normal
+ cd ../..
+fi
+
diff --git a/windowmanagers/vwm/CONFIGURE b/windowmanagers/vwm/CONFIGURE
index e659e95..9f96057 100755
--- a/windowmanagers/vwm/CONFIGURE
+++ b/windowmanagers/vwm/CONFIGURE
@@ -1,3 +1,2 @@
-config_query VIPER_WIDE "Do you want wide character support?" n &&
config_query VIPER_SYSMON "Do you want to build the sysmon module?" n