1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

- 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)
This commit is contained in:
Emanuel Haupt 2010-08-06 08:48:46 +00:00
parent ec063064f4
commit 9f049e5f9f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=258841

View File

@ -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)