summaryrefslogtreecommitdiff
path: root/x11-wm/windowmaker
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>1999-10-02 16:16:17 +0000
committerChris Piazza <cpiazza@FreeBSD.org>1999-10-02 16:16:17 +0000
commit5d3a54406ecc557afb7bb31854010e3326b16350 (patch)
treea29550244327d72408f43579505b5c5f0b8186d6 /x11-wm/windowmaker
parentThis is a standalone Macromedia Flash player. The Netscape plugin (diff)
Add a hook for a single icon per application instance.
PR: 13033 Submitted by: Ben Hutchinson <benhutch@byers.xfiles.org.uk>
Notes
Notes: svn path=/head/; revision=22118
Diffstat (limited to 'x11-wm/windowmaker')
-rw-r--r--x11-wm/windowmaker/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/x11-wm/windowmaker/Makefile b/x11-wm/windowmaker/Makefile
index 5acfe4d64808..d35cf879ee6e 100644
--- a/x11-wm/windowmaker/Makefile
+++ b/x11-wm/windowmaker/Makefile
@@ -46,6 +46,10 @@ CONFIGURE_ARGS+= --enable-gnome
CONFIGURE_ARGS+= --enable-kde
.endif
+.if defined(USE_SINGLE_ICON)
+CONFIGURE_ARGS+= --enable-single-icon
+.endif
+
.SILENT:
.if !defined(USE_KDE) && !defined(USE_GNOME)