pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/migemo Fix tools usage, from MAINTAINER YAMAS...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9ca7e86ba4ed
branches:  trunk
changeset: 394629:9ca7e86ba4ed
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Jun 14 09:52:51 2009 +0000

description:
Fix tools usage, from MAINTAINER YAMASHIRO, Jun in PR 41592.

diffstat:

 textproc/migemo/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r f432eb4c1f08 -r 9ca7e86ba4ed textproc/migemo/Makefile
--- a/textproc/migemo/Makefile  Sun Jun 14 08:33:31 2009 +0000
+++ b/textproc/migemo/Makefile  Sun Jun 14 09:52:51 2009 +0000
@@ -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 @@
 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}
 



Home | Main Index | Thread Index | Old Index