diff options
author | Will Andrews <will@FreeBSD.org> | 2002-10-09 06:09:48 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2002-10-09 06:09:48 +0000 |
commit | 91bd4f0671de91bdf278df792652a2f46e9d8a91 (patch) | |
tree | e9f52d0b6aafc6d7aa5874ee163af6ffd4b3045b /devel/gmake381 | |
parent | f0b1bf5c18cf21ac2cb1787425ba9641fef4fade (diff) |
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
Notes
Notes:
svn path=/head/; revision=67686
Diffstat (limited to 'devel/gmake381')
-rw-r--r-- | devel/gmake381/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/gmake381/Makefile b/devel/gmake381/Makefile index 3f4a864e315a..bc430c0842dc 100644 --- a/devel/gmake381/Makefile +++ b/devel/gmake381/Makefile @@ -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 \ |