diff options
author | jperkin <jperkin> | 2012-07-27 12:34:03 +0000 |
---|---|---|
committer | jperkin <jperkin> | 2012-07-27 12:34:03 +0000 |
commit | 526a88e9d24b4121efd05d9a4300ef8a8251cced (patch) | |
tree | 6487d243647b8ad3814cc5af9c414b183ab55daa /devel | |
parent | d0161e28fdb2d1199c69a14ccc2d33d87c4c6867 (diff) | |
download | pkgsrc-526a88e9d24b4121efd05d9a4300ef8a8251cced.tar.gz |
Remove makeinfo requirement, it was added back in 2003 but doesn't appear
to be necessary any more. Ordinarily it wouldn't hurt to leave it, but it
can cause cyclic dependencies if binutils is required by gcc, and this will
suffice in lieu of a proper fix for that problem.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/binutils/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/devel/binutils/Makefile b/devel/binutils/Makefile index ddb0d72324d..31c1322840f 100644 --- a/devel/binutils/Makefile +++ b/devel/binutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2012/07/23 12:24:34 jperkin Exp $ +# $NetBSD: Makefile,v 1.44 2012/07/27 12:34:03 jperkin Exp $ DISTNAME= binutils-2.22 CATEGORIES= devel @@ -22,10 +22,6 @@ REPLACE_LOCALEDIR_PATTERNS+= Make-in USE_LANGUAGES= c c++ USE_LIBTOOL= yes -USE_TOOLS+= makeinfo -TEXINFO_REQD= 4.0 -MAKEFLAGS+= TEXINFO_LOCALE=no - GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-lib-path='/lib:/usr/lib' CONFIGURE_ARGS+= --program-prefix=g |