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) --- ftp/wget/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ftp/wget') diff --git a/ftp/wget/Makefile b/ftp/wget/Makefile index 990d8bb3ebaf..44d61ed58261 100644 --- a/ftp/wget/Makefile +++ b/ftp/wget/Makefile @@ -45,7 +45,7 @@ CONFIGURE_ARGS+=--disable-ipv6 .endif .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext CONFIGURE_ARGS+=--enable-nls CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -- cgit