diff options
author | jlam <jlam> | 2004-01-20 22:24:35 +0000 |
---|---|---|
committer | jlam <jlam> | 2004-01-20 22:24:35 +0000 |
commit | c429133061d9d51f81b89836c9d24755b993087f (patch) | |
tree | fef8df3e9a71ae62dc185f9ebc280a966878a1dd /devel | |
parent | 1c91c46bce5cf453e5349cb60f8b05e7fdc7d9a3 (diff) | |
download | pkgsrc-c429133061d9d51f81b89836c9d24755b993087f.tar.gz |
bl3ify
Diffstat (limited to 'devel')
-rw-r--r-- | devel/bison/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/bison/Makefile b/devel/bison/Makefile index 994d52ade1f..e59be1ffcaa 100644 --- a/devel/bison/Makefile +++ b/devel/bison/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.47 2003/08/09 10:44:37 seb Exp $ +# $NetBSD: Makefile,v 1.48 2004/01/20 22:24:35 jlam Exp $ DISTNAME= bison-1.875 PKGREVISION= 1 @@ -13,7 +13,9 @@ COMMENT= GNU yacc(1) replacement DEPENDS+= m4>=1.4:../../devel/m4 BUILD_USES_MSGFMT= yes -USE_BUILDLINK2= YES +PKG_INSTALLATION_TYPES= overwrite pkgviews + +USE_BUILDLINK3= YES GNU_CONFIGURE= YES M4= ${LOCALBASE}/bin/gm4 |