diff options
author | minskim <minskim@pkgsrc.org> | 2006-06-09 16:13:47 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-06-09 16:13:47 +0000 |
commit | 463e8002f9066b59d8c8dc7a0bf67ab030c27b07 (patch) | |
tree | 189a5857946ee455e683a5cdba3402e4756aaa27 /lang/ja-gawk | |
parent | 2cc3f64abbdb729485ecbe87c5d3dd083e8172de (diff) | |
download | pkgsrc-463e8002f9066b59d8c8dc7a0bf67ab030c27b07.tar.gz |
USE_TOOLS+=yacc
Diffstat (limited to 'lang/ja-gawk')
-rw-r--r-- | lang/ja-gawk/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/ja-gawk/Makefile b/lang/ja-gawk/Makefile index 014591b1c8f..e74e55096e4 100644 --- a/lang/ja-gawk/Makefile +++ b/lang/ja-gawk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2006/04/05 06:27:41 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2006/06/09 16:14:17 minskim Exp $ DISTNAME= gawk-3.0.6 PKGNAME= ja-gawk-3.0.6 @@ -18,6 +18,7 @@ CONFLICTS= gawk-[0-9]* INFO_FILES= # PLIST GNU_CONFIGURE= yes +USE_TOOLS+= yacc post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/ja-gawk |