From 580c2770b3945e5eed406c57208093cf71b1b1b5 Mon Sep 17 00:00:00 2001 From: ehaupt Date: Tue, 23 Apr 2013 10:26:09 +0000 Subject: Convert to USES=gettext --- shells/bash-devel/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'shells') diff --git a/shells/bash-devel/Makefile b/shells/bash-devel/Makefile index 45ca5857b9e2..3b67ee7480e8 100644 --- a/shells/bash-devel/Makefile +++ b/shells/bash-devel/Makefile @@ -33,7 +33,7 @@ HELP_DESC= Enable builtin help USES= bison -.include +.include .if ${PORT_OPTIONS:MIMPLICITCD} EXTRA_PATCHES+= ${PATCHDIR}/extrapatch-implicitcd @@ -76,7 +76,7 @@ CONFIGURE_ARGS+= --disable-nls PLIST_SUB+= NLS="@comment " .else USE_ICONV= yes -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .endif @@ -137,4 +137,4 @@ cklatest: ftp://ftp.cwru.edu/pub/${PORTNAME}/${PORTNAME}-${PORTVERSION:C/\.[0-9a-z]*$//}-patches/ \ | fgrep -v .sig | ${TAIL} -.include +.include -- cgit