From 83f02b963c2b22c85235bf19b4f10a20bea921b5 Mon Sep 17 00:00:00 2001 From: Alex Kozlov Date: Fri, 26 Apr 2013 10:44:28 +0000 Subject: - Convert USE_GETTEXT to USES (part 4) Approved by: portmgr (bapt) --- math/oleo/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'math/oleo') diff --git a/math/oleo/Makefile b/math/oleo/Makefile index e8320576e310..b404e286f9a8 100644 --- a/math/oleo/Makefile +++ b/math/oleo/Makefile @@ -37,7 +37,7 @@ CONFIGURE_ARGS+= --without-motif .endif .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB= NLS="" .else CONFIGURE_ARGS+= --disable-nls -- cgit v1.2.3