summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2012-07-27 12:34:03 +0000
committerjperkin <jperkin@pkgsrc.org>2012-07-27 12:34:03 +0000
commitdb9cd9a44895a7cae1669f51e2aeaad6284f9f9c (patch)
tree6487d243647b8ad3814cc5af9c414b183ab55daa
parent4cf96d2ffb27f05581180d2342c8641cb56afdaf (diff)
downloadpkgsrc-db9cd9a44895a7cae1669f51e2aeaad6284f9f9c.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.
-rw-r--r--devel/binutils/Makefile6
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