diff options
author | zeising <zeising@058c260c-8361-11dd-a0ac-aa2bafec7d09> | 2013-04-27 15:39:25 +0800 |
---|---|---|
committer | zeising <zeising@058c260c-8361-11dd-a0ac-aa2bafec7d09> | 2013-04-27 15:39:25 +0800 |
commit | 087b595cb12258e6904df7bdd1aad79b25756345 (patch) | |
tree | 7afe7324a3c2ab900b3e112b35d8e304b56f29ba | |
parent | d83cdf9db2ce4600475676d0ecc23c0fcee1268c (diff) | |
download | xorg-devel-ports-087b595cb12258e6904df7bdd1aad79b25756345.tar.gz xorg-devel-ports-087b595cb12258e6904df7bdd1aad79b25756345.tar.zst xorg-devel-ports-087b595cb12258e6904df7bdd1aad79b25756345.zip |
Merge r853:
Switch to USES iconv
git-svn-id: https://trillian.chruetertee.ch/svn/ports/branches/xorg-7.7@854 058c260c-8361-11dd-a0ac-aa2bafec7d09
-rw-r--r-- | x11/xkeyboard-config/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/xkeyboard-config/Makefile b/x11/xkeyboard-config/Makefile index 0303755..412970b 100644 --- a/x11/xkeyboard-config/Makefile +++ b/x11/xkeyboard-config/Makefile @@ -32,8 +32,7 @@ MAN7= xkeyboard-config.7 .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} -USES+= gettext -USE_ICONV= yes +USES+= gettext iconv PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+=--disable-nls |