diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 1999-10-02 16:16:17 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 1999-10-02 16:16:17 +0000 |
commit | 5d3a54406ecc557afb7bb31854010e3326b16350 (patch) | |
tree | a29550244327d72408f43579505b5c5f0b8186d6 /x11-wm/windowmaker | |
parent | ecd4c2b17b75838c8d0f61d24d2cb1c7ceab7941 (diff) |
Notes
Diffstat (limited to 'x11-wm/windowmaker')
-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 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) |