diff options
author | obache <obache@pkgsrc.org> | 2011-11-18 09:01:27 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-11-18 09:01:27 +0000 |
commit | d8b8c59ea5072ce9cb1a08c4295a122cc2728302 (patch) | |
tree | 47cb212e8c906b4d58fbfe671cc0d137ec44d011 /textproc | |
parent | e9fab9270819de115fb4f3c71f95c20ccf05b571 (diff) | |
download | pkgsrc-d8b8c59ea5072ce9cb1a08c4295a122cc2728302.tar.gz |
gawk is not required.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/yamcha/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/yamcha/Makefile b/textproc/yamcha/Makefile index 41879677000..6f04684e56f 100644 --- a/textproc/yamcha/Makefile +++ b/textproc/yamcha/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2011/11/18 04:42:22 sbd Exp $ +# $NetBSD: Makefile,v 1.3 2011/11/18 09:01:27 obache Exp $ # .include "Makefile.common" @@ -13,7 +13,7 @@ PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_LANGUAGES= c c++ -USE_TOOLS+= perl:run gzip:run gawk +USE_TOOLS+= perl:run gzip:run CONFIGURE_ENV+= ac_cv_path_GZIP=${TOOLS_PATH.gzip:Q} CONFIGURE_ARGS+= --with-perl5=${PERL5:Q} |