diff options
author | minskim <minskim@pkgsrc.org> | 2009-02-12 18:43:21 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2009-02-12 18:43:21 +0000 |
commit | 792c16122681baeb7d729995410d93b960fddf56 (patch) | |
tree | 5caff243ccb54a535f8daff599e871d16d08af40 /devel/bison | |
parent | 19df0f2ffa2a05cfe445896c776802f0ebca9cda (diff) | |
download | pkgsrc-792c16122681baeb7d729995410d93b960fddf56.tar.gz |
Bump PKGREVISION because the path to m4 was changed on Darwin<9.
The tools framework changed m4 on Darwin<9 from the native one to the
pkgsrc version last month. bison needs a PKGREVISION bump because it
embeds the path to m4 in its binary.
Diffstat (limited to 'devel/bison')
-rw-r--r-- | devel/bison/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/bison/Makefile b/devel/bison/Makefile index c6b226789c4..0301880c3d9 100644 --- a/devel/bison/Makefile +++ b/devel/bison/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.68 2008/12/12 09:08:05 wiz Exp $ +# $NetBSD: Makefile,v 1.69 2009/02/12 18:43:21 minskim Exp $ DISTNAME= bison-2.4.1 +PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU:=bison/} EXTRACT_SUFX= .tar.bz2 |