diff options
author | Koop Mast <kwm@FreeBSD.org> | 2013-06-03 08:03:29 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2013-06-03 08:03:29 +0000 |
commit | fd85c36a3d1305fb90c239f235d2306193794930 (patch) | |
tree | fa971ecc2dc35999470079e85f189037c334a161 /x11/xkeyboard-config | |
parent | 549d97656808cd33641c54bb228b4ed8a2252bad (diff) | |
download | ports-fd85c36a3d1305fb90c239f235d2306193794930.tar.gz ports-fd85c36a3d1305fb90c239f235d2306193794930.zip |
Notes
Diffstat (limited to 'x11/xkeyboard-config')
-rw-r--r-- | x11/xkeyboard-config/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/x11/xkeyboard-config/Makefile b/x11/xkeyboard-config/Makefile index 412970b66ad6..8758fa187795 100644 --- a/x11/xkeyboard-config/Makefile +++ b/x11/xkeyboard-config/Makefile @@ -31,13 +31,14 @@ MAN7= xkeyboard-config.7 .include <bsd.port.options.mk> -.if ${PORT_OPTIONS:MNLS} +# !nls case doesn't work correctly, comment it out. +#.if ${PORT_OPTIONS:MNLS} USES+= gettext iconv PLIST_SUB+= NLS="" -.else -CONFIGURE_ARGS+=--disable-nls -PLIST_SUB+= NLS="@comment " -.endif +#.else +#CONFIGURE_ARGS+=--disable-nls +#PLIST_SUB+= NLS="@comment " +#.endif post-patch: @${REINPLACE_CMD} -e 's|/bin/bash|/bin/sh|g' -e 's|==|=|g' \ |