summaryrefslogtreecommitdiff
path: root/textproc/migemo
diff options
context:
space:
mode:
authorjoerg <joerg>2011-09-21 21:40:20 +0000
committerjoerg <joerg>2011-09-21 21:40:20 +0000
commit1386ab0ad9447b503f24383918f3e092e8a0c120 (patch)
treeddc2a4351490275632b825137daf2a8ad2993f6f /textproc/migemo
parentd516040bfd0151cf8f947363126460a56d1e7791 (diff)
downloadpkgsrc-1386ab0ad9447b503f24383918f3e092e8a0c120.tar.gz
Transitive closure for RUBY_VERSION_SUPPORTED=18.
Diffstat (limited to 'textproc/migemo')
-rw-r--r--textproc/migemo/Makefile3
-rw-r--r--textproc/migemo/Makefile.common4
2 files changed, 4 insertions, 3 deletions
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