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 | de5405dfc07767fa6389abddb93088a3afae6082 (patch) | |
tree | 2222a2b1f1735049f0e95fda5c7ed7ab1b1a3eec /textproc/migemo | |
parent | 6c4363434dd2547ad51cd51cf314f967becfea22 (diff) | |
download | pkgsrc-de5405dfc07767fa6389abddb93088a3afae6082.tar.gz |
Fix tools usage, from MAINTAINER YAMASHIRO, Jun in PR 41592.
Diffstat (limited to 'textproc/migemo')
-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} |