diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-07-10 16:40:58 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-07-10 16:40:58 +0000 |
commit | fd4d419dd557c043578b826f4a883b7af82f091e (patch) | |
tree | 9101ef8c1b62f4cd0ace8a7a223ba5b26a5cda69 /x11-wm/windowmaker | |
parent | e91e769f41fd867cb7ab92d3a6e4349a6be193c4 (diff) | |
download | ports-fd4d419dd557c043578b826f4a883b7af82f091e.tar.gz ports-fd4d419dd557c043578b826f4a883b7af82f091e.zip |
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 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 |