aboutsummaryrefslogtreecommitdiff
path: root/x11/xkeyboard-config
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2013-06-03 08:03:29 +0000
committerKoop Mast <kwm@FreeBSD.org>2013-06-03 08:03:29 +0000
commitfd85c36a3d1305fb90c239f235d2306193794930 (patch)
treefa971ecc2dc35999470079e85f189037c334a161 /x11/xkeyboard-config
parent549d97656808cd33641c54bb228b4ed8a2252bad (diff)
downloadports-fd85c36a3d1305fb90c239f235d2306193794930.tar.gz
ports-fd85c36a3d1305fb90c239f235d2306193794930.zip
Comment out the ! NLS case, because it broken.
Notes
Notes: svn path=/head/; revision=319759
Diffstat (limited to 'x11/xkeyboard-config')
-rw-r--r--x11/xkeyboard-config/Makefile11
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' \