diff options
author | seb <seb@pkgsrc.org> | 2003-08-12 14:15:38 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2003-08-12 14:15:38 +0000 |
commit | cb9090cc7231f79a48da5dffe77190f2f6820a53 (patch) | |
tree | 8f07b399b041a364f065a4859264e86f3a2ed19d /devel/binutils | |
parent | 2716c2447f3abcda533870a183f14af668b62651 (diff) | |
download | pkgsrc-cb9090cc7231f79a48da5dffe77190f2f6820a53.tar.gz |
A somewhat recent makeinfo is needed.
As suggested in PR pkg/22450 by <Ian dot Fry at sophos dot com>.
But version 4.0 is good enough and this is what is available on the 1.6
branch.
Diffstat (limited to 'devel/binutils')
-rw-r--r-- | devel/binutils/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/binutils/Makefile b/devel/binutils/Makefile index 9e4d557e972..550b8adfa78 100644 --- a/devel/binutils/Makefile +++ b/devel/binutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2003/08/09 10:44:37 seb Exp $ +# $NetBSD: Makefile,v 1.16 2003/08/12 14:15:38 seb Exp $ # DISTNAME= binutils-2.14 @@ -15,6 +15,8 @@ USE_BUILDLINK2= YES USE_MAKEINFO= YES USE_PKGLOCALEDIR= YES +TEXINFO_REQD= 4.0 + CONFIGURE_ARGS+= --with-lib-path='/lib:/usr/lib' PLIST_SRC= ${PKGDIR}/PLIST.common |