From 1386ab0ad9447b503f24383918f3e092e8a0c120 Mon Sep 17 00:00:00 2001 From: joerg Date: Wed, 21 Sep 2011 21:40:20 +0000 Subject: Transitive closure for RUBY_VERSION_SUPPORTED=18. --- textproc/migemo/Makefile | 3 +-- textproc/migemo/Makefile.common | 4 +++- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'textproc/migemo') diff --git a/textproc/migemo/Makefile b/textproc/migemo/Makefile index f125e2aa65a..e5a5ae9b1c2 100644 --- a/textproc/migemo/Makefile +++ b/textproc/migemo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2010/09/07 17:20:26 taca Exp $ +# $NetBSD: Makefile,v 1.6 2011/09/21 21:40:20 joerg Exp $ .include "../../textproc/migemo/Makefile.common" @@ -12,7 +12,6 @@ PKG_DESTDIR_SUPPORT= user-destdir DEPENDS+= ${RUBY_PKGPREFIX}-bsearch-*:../../devel/ruby-bsearch DEPENDS+= ${RUBY_PKGPREFIX}-romkan-*:../../converters/ruby-romkan -RUBY_VERSION_SUPPORTED= 18 USE_TOOLS+= autoconf automake aclocal GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-rubydir=${PREFIX}/${RUBY_VENDORLIB} diff --git a/textproc/migemo/Makefile.common b/textproc/migemo/Makefile.common index 8717c85b553..186677a06d1 100644 --- a/textproc/migemo/Makefile.common +++ b/textproc/migemo/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.1.1.1 2008/02/10 13:08:51 obache Exp $ +# $NetBSD: Makefile.common,v 1.2 2011/09/21 21:40:20 joerg Exp $ # # used by textproc/migemo/Makefile # used by textproc/migemo-elisp/Makefile @@ -11,3 +11,5 @@ MASTER_SITES= http://0xcc.net/migemo/ MAINTAINER= yamajun@ofug.net HOMEPAGE= http://0xcc.net/migemo/ + +RUBY_VERSION_SUPPORTED= 18 -- cgit v1.2.3