aboutsummaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2010-08-06 08:48:46 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2010-08-06 08:48:46 +0000
commit9f049e5f9f5f9f207f2474dc71f0039a33e1e4b2 (patch)
tree4ef0ab6a7f3bdd96ae44efb570ac056cd7b0196d /shells
parentec063064f4cdfe5940781c980c473d5655c26e07 (diff)
downloadports-9f049e5f9f5f9f207f2474dc71f0039a33e1e4b2.tar.gz
ports-9f049e5f9f5f9f207f2474dc71f0039a33e1e4b2.zip
- Depend on libiconv in order to fix package installation
- Bump PORTREVISION PR: 147747, 148329, 149218 Submitted by: Alex Goncharov <alex-goncharov@comcast.net>, Garrett Wollman <wollman@khavrinen.csail.mit.edu> yar Approved by: obrien (maintainer timeout; > 50 days)
Notes
Notes: svn path=/head/; revision=258841
Diffstat (limited to 'shells')
-rw-r--r--shells/bash/Makefile3
1 files changed, 2 insertions, 1 deletions
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)