diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-04-23 10:26:09 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-04-23 10:26:09 +0000 |
commit | 79e6679346f4515441bf9f8474233ffb3ebb7234 (patch) | |
tree | 04e6170d2cc2b72b73a4fbf4855cbc6d9202f7c0 /shells | |
parent | d5da69710473d5ba18bc506a136e760259452a74 (diff) | |
download | ports-79e6679346f4515441bf9f8474233ffb3ebb7234.tar.gz ports-79e6679346f4515441bf9f8474233ffb3ebb7234.zip |
Notes
Diffstat (limited to 'shells')
-rw-r--r-- | shells/bash-devel/Makefile | 6 |
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> |