From 0c0f9709cd024b9f4b1cf40c4bfff1d07f591678 Mon Sep 17 00:00:00 2001 From: ak Date: Mon, 7 Oct 2013 11:24:23 +0000 Subject: - Make gettext build only dependency Approved by: x11 (kwm) --- x11/xkeyboard-config/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'x11') 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 -- cgit