diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2010-08-06 08:48:46 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2010-08-06 08:48:46 +0000 |
commit | 9f049e5f9f5f9f207f2474dc71f0039a33e1e4b2 (patch) | |
tree | 4ef0ab6a7f3bdd96ae44efb570ac056cd7b0196d /shells/bash | |
parent | ec063064f4cdfe5940781c980c473d5655c26e07 (diff) | |
download | ports-9f049e5f9f5f9f207f2474dc71f0039a33e1e4b2.tar.gz ports-9f049e5f9f5f9f207f2474dc71f0039a33e1e4b2.zip |
Notes
Diffstat (limited to 'shells/bash')
-rw-r--r-- | shells/bash/Makefile | 3 |
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) |