diff options
author | seb <seb@pkgsrc.org> | 2003-08-09 10:38:23 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2003-08-09 10:38:23 +0000 |
commit | f574b6d234d4b4d11eac0c14014d88976087faba (patch) | |
tree | 1e60b674de1a8bcab1e3bf4a4f6256ad21787f40 /devel/bison | |
parent | ed8425f85930b59dec50dd48e90e39e0394f3877 (diff) | |
download | pkgsrc-f574b6d234d4b4d11eac0c14014d88976087faba.tar.gz |
USE_NEW_TEXINFO is unnecessary now.
Diffstat (limited to 'devel/bison')
-rw-r--r-- | devel/bison/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/bison/Makefile b/devel/bison/Makefile index 4a7a8c52080..994d52ade1f 100644 --- a/devel/bison/Makefile +++ b/devel/bison/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.46 2003/08/09 07:33:27 heinz Exp $ +# $NetBSD: Makefile,v 1.47 2003/08/09 10:44:37 seb Exp $ DISTNAME= bison-1.875 PKGREVISION= 1 @@ -18,7 +18,6 @@ GNU_CONFIGURE= YES M4= ${LOCALBASE}/bin/gm4 -USE_NEW_TEXINFO= YES INFO_FILES= bison.info TEST_TARGET= check |