Gmake now needs libiconv. I don't really care why, but a clean-room make
package fails otherwise. Anyone who wants to improve on this commit should make sure to test that make package still works with libiconv not installed *before* doing anything. See the following log for more info: http://rabarber.fruitsalad.org/errors/200210090422/4-STABLE/gmake-3.80.log
This commit is contained in:
parent
f0b1bf5c18
commit
91bd4f0671
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=67686
2 changed files with 4 additions and 0 deletions
|
@ -14,6 +14,8 @@ DISTNAME= make-${PORTVERSION}
|
|||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv
|
||||
|
||||
USE_BZIP2= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --program-prefix=g \
|
||||
|
|
|
@ -14,6 +14,8 @@ DISTNAME= make-${PORTVERSION}
|
|||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv
|
||||
|
||||
USE_BZIP2= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --program-prefix=g \
|
||||
|
|
Loading…
Reference in a new issue