diff options
| -rw-r--r-- | x11-wm/windowmaker/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/windowmaker/Makefile b/x11-wm/windowmaker/Makefile index 62ba568764ac..4bd4cf0a49bb 100644 --- a/x11-wm/windowmaker/Makefile +++ b/x11-wm/windowmaker/Makefile @@ -61,10 +61,10 @@ MANLANG= "" sk MAN1= geticonset.1x getstyle.1x seticons.1x setstyle.1x wdwrite.1x \ wcopy.1x wmaker.1x wmsetbg.1x wsetfont.1x wxcopy.1x wxpaste.1x -LINGUAS!= /bin/cat ${FILESDIR}/LINGUAS +LINGUAS!= ${CAT} ${FILESDIR}/LINGUAS .if defined(WITH_XKB_STATUS) -CONFIGURE_ARGS+= --enable-modelock +CONFIGURE_ARGS+= --enable-modelock .endif .if defined(HAVE_GNOME) |
