View | Details | Raw Unified | Return to bug 206903
Collapse All | Expand All

(-)shells/bash/Makefile (-2 / +2 lines)
Lines 30-36 Link Here
30
HELP_DESC=		Enable builtin help
30
HELP_DESC=		Enable builtin help
31
IMPORTFUNCTIONS_DESC=	Import function from env without --import-functions
31
IMPORTFUNCTIONS_DESC=	Import function from env without --import-functions
32
32
33
USES=			bison cpe makeinfo
33
USES=			bison cpe iconv makeinfo
34
OPTIONS_SUB=		yes
34
OPTIONS_SUB=		yes
35
CPE_VENDOR=		gnu
35
CPE_VENDOR=		gnu
36
36
Lines 41-47 Link Here
41
41
42
HELP_CONFIGURE_ENABLE=	help-builtin
42
HELP_CONFIGURE_ENABLE=	help-builtin
43
NLS_CONFIGURE_ENABLE=	nls
43
NLS_CONFIGURE_ENABLE=	nls
44
NLS_USES=		gettext iconv
44
NLS_USES=		gettext
45
45
46
INFO=			bash
46
INFO=			bash
47
47

Return to bug 206903