diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-10-02 16:16:17 +0000 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-10-02 16:16:17 +0000 |
commit | c971e6ac6596bdd20e128ea8f12dde50ec36400d (patch) | |
tree | c16444055e63aea0534ddd89ffa1cc201368d766 /x11-wm | |
parent | 4a389d19e3311150d6daf0d465281659622a2453 (diff) | |
download | FreeBSD-ports-c971e6ac6596bdd20e128ea8f12dde50ec36400d.zip FreeBSD-ports-c971e6ac6596bdd20e128ea8f12dde50ec36400d.tar.gz |
Add a hook for a single icon per application instance.
PR: 13033
Submitted by: Ben Hutchinson <benhutch@byers.xfiles.org.uk>
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/windowmaker/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/x11-wm/windowmaker/Makefile b/x11-wm/windowmaker/Makefile index 5acfe4d..d35cf87 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) |