diff options
author | rillig <rillig> | 2006-02-12 06:32:59 +0000 |
---|---|---|
committer | rillig <rillig> | 2006-02-12 06:32:59 +0000 |
commit | 74e4852f3337bf8fbdd9dc78c6a61e589212a8e9 (patch) | |
tree | 6a2d3b156320165bc7499ad1e4ecd6b29f84f5d7 /devel/cqual | |
parent | cf0cbaa2657e663cedea8f7465cdf90455acd29f (diff) | |
download | pkgsrc-74e4852f3337bf8fbdd9dc78c6a61e589212a8e9.tar.gz |
NetBSD 1.6 needs bison.
Diffstat (limited to 'devel/cqual')
-rw-r--r-- | devel/cqual/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/cqual/Makefile b/devel/cqual/Makefile index 2cb95641b68..8c65e4d85c7 100644 --- a/devel/cqual/Makefile +++ b/devel/cqual/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2006/02/05 23:08:40 joerg Exp $ +# $NetBSD: Makefile,v 1.8 2006/02/12 06:32:59 rillig Exp $ # DISTNAME= cqual-0.991 @@ -12,7 +12,7 @@ COMMENT= Tool for adding type qualifiers to C USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes -USE_TOOLS+= gmake perl:run +USE_TOOLS+= gmake perl:run bison REPLACE_PERL+= bin/* |