diff options
author | Alex Kozlov <ak@FreeBSD.org> | 2013-10-07 11:24:23 +0000 |
---|---|---|
committer | Alex Kozlov <ak@FreeBSD.org> | 2013-10-07 11:24:23 +0000 |
commit | da64a7cf41a444bbbb7078694203594750d8b7b4 (patch) | |
tree | 0805f9190eaad8a5e7c0a4c15f6694b6d3b00c83 /x11/xkeyboard-config | |
parent | 1f93c9dd9048bc01e9d91c2692a2359308403d44 (diff) | |
download | ports-da64a7cf41a444bbbb7078694203594750d8b7b4.tar.gz ports-da64a7cf41a444bbbb7078694203594750d8b7b4.zip |
Notes
Diffstat (limited to 'x11/xkeyboard-config')
-rw-r--r-- | x11/xkeyboard-config/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/xkeyboard-config/Makefile b/x11/xkeyboard-config/Makefile index 69aab9a2bc87..065f25e7a9d3 100644 --- a/x11/xkeyboard-config/Makefile +++ b/x11/xkeyboard-config/Makefile @@ -2,6 +2,7 @@ PORTNAME= xkeyboard-config PORTVERSION= 2.9 +PORTREVISION= 1 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org @@ -32,7 +33,7 @@ NO_STAGE= yes # !nls case doesn't work correctly, comment it out. #.if ${PORT_OPTIONS:MNLS} -USES+= gettext iconv +USES+= gettext:build iconv PLIST_SUB+= NLS="" #.else #CONFIGURE_ARGS+=--disable-nls |