diff options
author | ak <ak@FreeBSD.org> | 2013-10-07 19:24:23 +0800 |
---|---|---|
committer | ak <ak@FreeBSD.org> | 2013-10-07 19:24:23 +0800 |
commit | 0c0f9709cd024b9f4b1cf40c4bfff1d07f591678 (patch) | |
tree | 0805f9190eaad8a5e7c0a4c15f6694b6d3b00c83 /x11/xkeyboard-config/Makefile | |
parent | e99a2de9862c1619f1eb48bd8ccb334acd3ef72f (diff) | |
download | freebsd-ports-gnome-0c0f9709cd024b9f4b1cf40c4bfff1d07f591678.tar.gz freebsd-ports-gnome-0c0f9709cd024b9f4b1cf40c4bfff1d07f591678.tar.zst freebsd-ports-gnome-0c0f9709cd024b9f4b1cf40c4bfff1d07f591678.zip |
- Make gettext build only dependency
Approved by: x11 (kwm)
Diffstat (limited to 'x11/xkeyboard-config/Makefile')
-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 |