From 9f049e5f9f5f9f207f2474dc71f0039a33e1e4b2 Mon Sep 17 00:00:00 2001 From: Emanuel Haupt Date: Fri, 6 Aug 2010 08:48:46 +0000 Subject: [PATCH] - Depend on libiconv in order to fix package installation - Bump PORTREVISION PR: 147747, 148329, 149218 Submitted by: Alex Goncharov , Garrett Wollman yar Approved by: obrien (maintainer timeout; > 50 days) --- shells/bash/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/shells/bash/Makefile b/shells/bash/Makefile index 4a325e2babc1..611a03fcaf5c 100644 --- a/shells/bash/Makefile +++ b/shells/bash/Makefile @@ -9,7 +9,7 @@ PORTNAME= bash PATCHLEVEL= 7 PORTVERSION= 4.1.${PATCHLEVEL:S/^0//g} -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= shells MASTER_SITES= ${MASTER_SITE_GNU:S/$/:bash/} \ ftp://ftp.cwru.edu/pub/%SUBDIR%/:faq @@ -45,6 +45,7 @@ INFO= bash MAKE_JOBS_UNSAFE= yes GNU_CONFIGURE= yes USE_BISON= build +USE_ICONV= yes .if !defined(NOPORTDOCS) .if !defined(WITH_INCLUDED_FAQ)