diff options
author | recht <recht@pkgsrc.org> | 2004-03-16 13:44:43 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2004-03-16 13:44:43 +0000 |
commit | 9d696352888adedf566a755d9c425518dc36f615 (patch) | |
tree | 3c9beda8bc494621424665c335fe8e86b455134f /databases/gnats4 | |
parent | 88853cc0302f06a5d6358bd4cd58e6fcfe35215a (diff) | |
download | pkgsrc-9d696352888adedf566a755d9c425518dc36f615.tar.gz |
Require a later version of texinfo to fix the build on NetBSD 1.6.
This fixes hubertf's bulk build.
Diffstat (limited to 'databases/gnats4')
-rw-r--r-- | databases/gnats4/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/gnats4/Makefile b/databases/gnats4/Makefile index f40b4038c7c..b0b9c9c7328 100644 --- a/databases/gnats4/Makefile +++ b/databases/gnats4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/03/06 18:33:21 recht Exp $ +# $NetBSD: Makefile,v 1.2 2004/03/16 13:44:43 recht Exp $ # DISTNAME= gnats-4.0 @@ -14,6 +14,7 @@ USE_PKGLOCALEDIR= yes USE_GNU_TOOLS+= m4 make USE_BISON= yes USE_MAKEINFO= yes +TEXINFO_REQD= 4.6 USE_LIBTOOL= yes GNU_CONFIGURE= yes |