diff options
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 5204c88ee3d9..0f7a55849a62 100644 --- a/x11-wm/windowmaker/Makefile +++ b/x11-wm/windowmaker/Makefile @@ -50,6 +50,10 @@ MAN1= geticonset.1x getstyle.1x seticons.1x setstyle.1x wdwrite.1x \ LINGUAS!= /bin/cat ${FILESDIR}/LINGUAS +.if defined(WITH_XKB_STATUS) +CONFIGURE_ARGS+= --enable-modelock +.endif + .if defined(HAVE_GNOME) CONFIGURE_ARGS+= --enable-gnome .endif |