From be0532aa1927751208f2697351ec6365d64f46e3 Mon Sep 17 00:00:00 2001 From: ak Date: Fri, 26 Apr 2013 10:44:28 +0000 Subject: - Convert USE_GETTEXT to USES (part 4) Approved by: portmgr (bapt) --- www/midori/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/midori') diff --git a/www/midori/Makefile b/www/midori/Makefile index 12d313bddd54..adc40bc7bf79 100644 --- a/www/midori/Makefile +++ b/www/midori/Makefile @@ -60,7 +60,7 @@ ZEITGEIST_DESC= User logs activities CONFIGURE_ENV+= CC="${CC}" .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+= --disable-nls -- cgit