summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2013-04-23 10:26:09 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2013-04-23 10:26:09 +0000
commit79e6679346f4515441bf9f8474233ffb3ebb7234 (patch)
tree04e6170d2cc2b72b73a4fbf4855cbc6d9202f7c0 /shells
parentConvert f* to USES=pkgconfig (diff)
Convert to USES=gettext
Notes
Notes: svn path=/head/; revision=316340
Diffstat (limited to 'shells')
-rw-r--r--shells/bash-devel/Makefile6
1 files changed, 3 insertions, 3 deletions
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 <bsd.port.pre.mk>
+.include <bsd.port.options.mk>
.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 <bsd.port.post.mk>
+.include <bsd.port.mk>