diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2010-08-06 16:48:46 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2010-08-06 16:48:46 +0800 |
commit | 13cc2e9ff3f92f5e7832b475e89a477b49f9b902 (patch) | |
tree | 02cbaa662de6e2f2a16cbad8294724fdc0b2f1cf /shells | |
parent | 4ba1b1db7da00f4644f5c271e80400f94905a55d (diff) | |
download | freebsd-ports-gnome-13cc2e9ff3f92f5e7832b475e89a477b49f9b902.tar.gz freebsd-ports-gnome-13cc2e9ff3f92f5e7832b475e89a477b49f9b902.tar.zst freebsd-ports-gnome-13cc2e9ff3f92f5e7832b475e89a477b49f9b902.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)
Diffstat (limited to 'shells')
-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) |