diff options
author | minskim <minskim@pkgsrc.org> | 2006-06-20 22:19:38 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-06-20 22:19:38 +0000 |
commit | c3e75b8acf84ea2a526a180c99476e319d742362 (patch) | |
tree | a7212dacd9ae1b5211156ebc8a9e43ced894ef3c /textproc | |
parent | 6dcdc0278fd978516ba56d8cb6acd38c630421b4 (diff) | |
download | pkgsrc-c3e75b8acf84ea2a526a180c99476e319d742362.tar.gz |
USE_TOOLS+=yacc
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/bibparse/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/bibparse/Makefile b/textproc/bibparse/Makefile index 0c3468eae24..7b11c99afa4 100644 --- a/textproc/bibparse/Makefile +++ b/textproc/bibparse/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2006/03/04 21:30:45 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2006/06/20 22:22:54 minskim Exp $ # DISTNAME= bibparse-1.06 @@ -12,6 +12,7 @@ COMMENT= Syntax checking tools for BibTeX bibliography databases PKG_INSTALLATION_TYPES= overwrite pkgviews GNU_CONFIGURE= YES +USE_TOOLS+= yacc TEST_TARGET= check |