diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-07-11 11:30:43 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-07-11 11:30:43 +0000 |
commit | 23045ad577fad76fdefb0348e371d5685c3a6610 (patch) | |
tree | 0b1dc1992e9b9bd02054d448f775ee067edb621b /x11-wm/windowmaker | |
parent | b1a1b12bab87027556f28f093c2c77134a4f6c1a (diff) | |
download | ports-23045ad577fad76fdefb0348e371d5685c3a6610.tar.gz ports-23045ad577fad76fdefb0348e371d5685c3a6610.zip |
Notes
Diffstat (limited to 'x11-wm/windowmaker')
-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) |