aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/conky-awesome
diff options
context:
space:
mode:
authornovel <novel@FreeBSD.org>2008-04-14 18:45:25 +0800
committernovel <novel@FreeBSD.org>2008-04-14 18:45:25 +0800
commitf0eb04295fc27b77255be73fc8ace299a961c55e (patch)
tree20b396903e80013f6e8d2e2aa311f1e4cf666389 /sysutils/conky-awesome
parentb89e5e9f1d31e67872d6cff452fd0a8edb868a26 (diff)
downloadfreebsd-ports-gnome-f0eb04295fc27b77255be73fc8ace299a961c55e.tar.gz
freebsd-ports-gnome-f0eb04295fc27b77255be73fc8ace299a961c55e.tar.zst
freebsd-ports-gnome-f0eb04295fc27b77255be73fc8ace299a961c55e.zip
Comment out WITHOUT_OWN_WINDOW knob since it's broken in this version. It's
expected to be fixed in future versions though. Reported by: Keith Gaughan <keith.gaughan@gmail.com>
Diffstat (limited to 'sysutils/conky-awesome')
-rw-r--r--sysutils/conky-awesome/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/sysutils/conky-awesome/Makefile b/sysutils/conky-awesome/Makefile
index f8151cf82a79..57355bb2719b 100644
--- a/sysutils/conky-awesome/Makefile
+++ b/sysutils/conky-awesome/Makefile
@@ -54,11 +54,11 @@ CONFIGURE_ARGS+= --enable-xft
CONFIGURE_ARGS+= --disable-xft
.endif
-.if !defined(WITHOUT_OWN_WINDOW)
-CONFIGURE_ARGS+= --enable-own-window
-.else
-CONFIGURE_ARGS+= --disable-own-window
-.endif
+#.if !defined(WITHOUT_OWN_WINDOW)
+#CONFIGURE_ARGS+= --enable-own-window
+#.else
+#CONFIGURE_ARGS+= --disable-own-window
+#.endif
.if defined(WITH_MPD)
CONFIGURE_ARGS+= --enable-mpd