summaryrefslogtreecommitdiff
path: root/devel/gmake381
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2002-10-09 06:09:48 +0000
committerWill Andrews <will@FreeBSD.org>2002-10-09 06:09:48 +0000
commit91bd4f0671de91bdf278df792652a2f46e9d8a91 (patch)
treee9f52d0b6aafc6d7aa5874ee163af6ffd4b3045b /devel/gmake381
parentCommit miss: correct the path of the library dependency to net/GeoIP. (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/Makefile2
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 \