diff options
author | agc <agc@pkgsrc.org> | 1999-08-24 12:51:24 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1999-08-24 12:51:24 +0000 |
commit | 9b2125c48dedf286404c6f37fb3467782912ead4 (patch) | |
tree | a5ab08bed43f17c6b2211a0ae1d8fdb617a882c0 /devel/bison/Makefile | |
parent | 70382b37494d38294a4da9a703025396404de4ae (diff) | |
download | pkgsrc-9b2125c48dedf286404c6f37fb3467782912ead4.tar.gz |
Update bison to version 1.28.
Changes include:
* Should compile better now with K&R compilers.
* Added NLS.
* Fixed a problem with escaping the double quote character.
* There is now a FAQ.
Diffstat (limited to 'devel/bison/Makefile')
-rw-r--r-- | devel/bison/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/bison/Makefile b/devel/bison/Makefile index 63b4201f7bb..cb77731e33d 100644 --- a/devel/bison/Makefile +++ b/devel/bison/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.9 1999/04/14 21:39:02 tron Exp $ +# $NetBSD: Makefile,v 1.10 1999/08/24 12:51:24 agc Exp $ -DISTNAME= bison-1.27 +DISTNAME= bison-1.28 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU:=bison/} |