diff options
author | wiz <wiz@pkgsrc.org> | 2009-06-14 09:52:51 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-06-14 09:52:51 +0000 |
commit | 8968bfe597668b20eb5681426fec73dfb9d9df2c (patch) | |
tree | 2222a2b1f1735049f0e95fda5c7ed7ab1b1a3eec | |
parent | 2384e0590c0a154950dc1ef90548df08bfee9ba7 (diff) | |
download | pkgsrc-8968bfe597668b20eb5681426fec73dfb9d9df2c.tar.gz |
Fix tools usage, from MAINTAINER YAMASHIRO, Jun in PR 41592.
-rw-r--r-- | textproc/migemo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/migemo/Makefile b/textproc/migemo/Makefile index 1f0831a91d0..29be3530a00 100644 --- a/textproc/migemo/Makefile +++ b/textproc/migemo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2008/07/03 08:12:20 obache Exp $ +# $NetBSD: Makefile,v 1.4 2009/06/14 09:52:51 wiz Exp $ .include "../../textproc/migemo/Makefile.common" @@ -12,7 +12,7 @@ PKG_DESTDIR_SUPPORT= user-destdir DEPENDS+= ${RUBY_PKGPREFIX}-bsearch-*:../../devel/ruby-bsearch DEPENDS+= ${RUBY_PKGPREFIX}-romkan-*:../../converters/ruby-romkan -USE_TOOLS+= autoconf213 automake14 aclocal +USE_TOOLS+= autoconf automake aclocal GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-rubydir=${PREFIX}/${RUBY_VENDORLIB} |