diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2013-04-23 18:26:09 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2013-04-23 18:26:09 +0800 |
commit | 580c2770b3945e5eed406c57208093cf71b1b1b5 (patch) | |
tree | 04e6170d2cc2b72b73a4fbf4855cbc6d9202f7c0 /shells | |
parent | adeccdc4c0c1a16848208c627f4640a434e969a2 (diff) | |
download | freebsd-ports-gnome-580c2770b3945e5eed406c57208093cf71b1b1b5.tar.gz freebsd-ports-gnome-580c2770b3945e5eed406c57208093cf71b1b1b5.tar.zst freebsd-ports-gnome-580c2770b3945e5eed406c57208093cf71b1b1b5.zip |
Convert to USES=gettext
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> |