From bd9e313d10d3c51dbd0716acbbf2cbcd4b33000e Mon Sep 17 00:00:00 2001 From: ak Date: Wed, 24 Apr 2013 18:10:30 +0000 Subject: - Convert USE_GETTEXT to USES (part 3) Approved by: portmgr (bapt) --- net/twitux/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net/twitux') diff --git a/net/twitux/Makefile b/net/twitux/Makefile index 2648e2a7c287..c161a783d37d 100644 --- a/net/twitux/Makefile +++ b/net/twitux/Makefile @@ -25,7 +25,7 @@ INSTALLS_OMF= yes USE_BZIP2= yes GNU_CONFIGURE= yes USE_GMAKE= yes -USE_GETTEXT= yes +USES= gettext CONFIGURE_ENV+= GMSGFMT="${LOCALBASE}/bin/msgfmt" GCONF_SCHEMAS= twitux.schemas INSTALLS_ICONS= yes -- cgit