diff options
author | will <will@FreeBSD.org> | 2002-10-09 14:09:48 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2002-10-09 14:09:48 +0800 |
commit | 6a91d531776e30b0d16bb918071e68b8aa729a7a (patch) | |
tree | b51933d8599a8bf203158a1f922742694a281487 /devel/gmake/Makefile | |
parent | d8e05d9b6cd3a11dc7e9e545658c32ec3caf20ab (diff) | |
download | freebsd-ports-gnome-6a91d531776e30b0d16bb918071e68b8aa729a7a.tar.gz freebsd-ports-gnome-6a91d531776e30b0d16bb918071e68b8aa729a7a.tar.zst freebsd-ports-gnome-6a91d531776e30b0d16bb918071e68b8aa729a7a.zip |
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
Diffstat (limited to 'devel/gmake/Makefile')
-rw-r--r-- | devel/gmake/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/gmake/Makefile b/devel/gmake/Makefile index 3f4a864e315a..bc430c0842dc 100644 --- a/devel/gmake/Makefile +++ b/devel/gmake/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 \ |