aboutsummaryrefslogtreecommitdiff
path: root/shells/fish/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'shells/fish/Makefile')
-rw-r--r--shells/fish/Makefile3
1 files changed, 1 insertions, 2 deletions
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}"