diff options
Diffstat (limited to 'shells')
-rw-r--r-- | shells/bash-devel/Makefile | 3 | ||||
-rw-r--r-- | shells/bash/Makefile | 3 | ||||
-rw-r--r-- | shells/fish/Makefile | 3 | ||||
-rw-r--r-- | shells/tcsh_nls/Makefile | 2 | ||||
-rw-r--r-- | shells/zsh/Makefile | 2 |
5 files changed, 5 insertions, 8 deletions
diff --git a/shells/bash-devel/Makefile b/shells/bash-devel/Makefile index 3b67ee7480e8..dac812c9683a 100644 --- a/shells/bash-devel/Makefile +++ b/shells/bash-devel/Makefile @@ -75,8 +75,7 @@ CONFIGURE_ARGS+= --disable-help-builtin CONFIGURE_ARGS+= --disable-nls PLIST_SUB+= NLS="@comment " .else -USE_ICONV= yes -USES+= gettext +USES+= gettext iconv PLIST_SUB+= NLS="" .endif diff --git a/shells/bash/Makefile b/shells/bash/Makefile index 94255c16dc29..54dbc0952bfe 100644 --- a/shells/bash/Makefile +++ b/shells/bash/Makefile @@ -85,8 +85,7 @@ PLIST_SUB+= HELP="" CONFIGURE_ARGS+= --disable-nls PLIST_SUB+= NLS="@comment " .else -USE_ICONV= yes -USE_GETTEXT= yes +USES+= gettext iconv PLIST_SUB+= NLS="" .endif diff --git a/shells/fish/Makefile b/shells/fish/Makefile index 12f175517261..4a76c5d90fc2 100644 --- a/shells/fish/Makefile +++ b/shells/fish/Makefile @@ -11,11 +11,10 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A user friendly command line shell USE_AUTOTOOLS= autoconf -USE_ICONV= yes USE_GMAKE= yes GNU_CONFIGURE= yes -USES= gettext +USES= gettext iconv CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ENV+= LIBS="${LDFLAGS}" diff --git a/shells/tcsh_nls/Makefile b/shells/tcsh_nls/Makefile index c4dee4638e22..d6b234a4eb07 100644 --- a/shells/tcsh_nls/Makefile +++ b/shells/tcsh_nls/Makefile @@ -14,7 +14,7 @@ DISTFILES= # none MAINTAINER= ume@FreeBSD.org COMMENT= Misc NLS catalogs for tcsh which requires libiconv -USE_ICONV= yes +USES= iconv NO_BUILD= yes PLIST_FILES= share/nls/de_AT.UTF-8/tcsh.cat \ diff --git a/shells/zsh/Makefile b/shells/zsh/Makefile index df9a2b099357..c321cacf3e04 100644 --- a/shells/zsh/Makefile +++ b/shells/zsh/Makefile @@ -21,7 +21,7 @@ MAKE_JOBS_UNSAFE= yes ZSH_VER= ${PORTVERSION} USE_BZIP2= yes -USE_ICONV= yes +USES= iconv GNU_CONFIGURE= yes USE_NCURSES= yes |