diff options
author | zeising <zeising@058c260c-8361-11dd-a0ac-aa2bafec7d09> | 2013-04-23 16:09:32 +0800 |
---|---|---|
committer | zeising <zeising@058c260c-8361-11dd-a0ac-aa2bafec7d09> | 2013-04-23 16:09:32 +0800 |
commit | 581589b5d6d4d91bd92a498bc78e16cc903efe58 (patch) | |
tree | e536a454254dd78032387e5d04fcad447f28985e | |
parent | b8989ef25f401af8c852a02cb742a29ada0c34ba (diff) | |
download | xorg-devel-ports-581589b5d6d4d91bd92a498bc78e16cc903efe58.tar.gz xorg-devel-ports-581589b5d6d4d91bd92a498bc78e16cc903efe58.tar.zst xorg-devel-ports-581589b5d6d4d91bd92a498bc78e16cc903efe58.zip |
Merge r845:
Swtich to USES= gettext
git-svn-id: https://trillian.chruetertee.ch/svn/ports/branches/xorg-7.7@848 058c260c-8361-11dd-a0ac-aa2bafec7d09
-rw-r--r-- | x11/xkeyboard-config/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/xkeyboard-config/Makefile b/x11/xkeyboard-config/Makefile index b37eb46..0303755 100644 --- a/x11/xkeyboard-config/Makefile +++ b/x11/xkeyboard-config/Makefile @@ -32,8 +32,8 @@ MAN7= xkeyboard-config.7 .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} +USES+= gettext USE_ICONV= yes -USE_GETTEXT= yes PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+=--disable-nls |