diff options
author | rillig <rillig@pkgsrc.org> | 2006-02-12 06:32:59 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-02-12 06:32:59 +0000 |
commit | 43e20f7298a091010048f0eb0bed1ce93738ab0b (patch) | |
tree | 6a2d3b156320165bc7499ad1e4ecd6b29f84f5d7 /devel/cqual | |
parent | 69cfff7af6946c663f1eafb3a4303a66562b45ab (diff) | |
download | pkgsrc-43e20f7298a091010048f0eb0bed1ce93738ab0b.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/* |