summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg>2011-09-21 21:40:20 +0000
committerjoerg <joerg>2011-09-21 21:40:20 +0000
commit30810a22562908289abdc1e1b05e89bd3d70138d (patch)
treeddc2a4351490275632b825137daf2a8ad2993f6f
parentf1daeb0f693021851f85aece87706a324be2b121 (diff)
downloadpkgsrc-30810a22562908289abdc1e1b05e89bd3d70138d.tar.gz
Transitive closure for RUBY_VERSION_SUPPORTED=18.
-rw-r--r--inputmethod/prime-el/Makefile3
-rw-r--r--inputmethod/scim-prime/Makefile4
-rw-r--r--misc/howm/Makefile4
-rw-r--r--textproc/migemo/Makefile3
-rw-r--r--textproc/migemo/Makefile.common4
5 files changed, 12 insertions, 6 deletions
diff --git a/inputmethod/prime-el/Makefile b/inputmethod/prime-el/Makefile
index 2bd176db079..37f4dd02e25 100644
--- a/inputmethod/prime-el/Makefile
+++ b/inputmethod/prime-el/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2010/05/15 13:07:38 obache Exp $
+# $NetBSD: Makefile,v 1.5 2011/09/21 21:40:20 joerg Exp $
#
DISTNAME= prime-el-1.5.1.3
@@ -15,6 +15,7 @@ LICENSE= gnu-gpl-v2
PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= ${EMACS_PKGNAME_PREFIX}suikyo-elisp-[0-9]*:../../textproc/suikyo-elisp
+RUBY_VERSION_SUPPORTED= 18
GNU_CONFIGURE= yes
USE_LANGUAGES= # none
diff --git a/inputmethod/scim-prime/Makefile b/inputmethod/scim-prime/Makefile
index 9d3495876ac..86296af7143 100644
--- a/inputmethod/scim-prime/Makefile
+++ b/inputmethod/scim-prime/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2011/04/22 13:43:57 obache Exp $
+# $NetBSD: Makefile,v 1.7 2011/09/21 21:40:20 joerg Exp $
#
DISTNAME= scim-prime-1.0.1
@@ -13,6 +13,8 @@ LICENSE= gnu-gpl-v2
PKG_DESTDIR_SUPPORT= user-destdir
+RUBY_VERSION_SUPPORTED= 18
+
USE_LANGUAGES= c c++
USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
diff --git a/misc/howm/Makefile b/misc/howm/Makefile
index bf31b71d28d..7d5fd679745 100644
--- a/misc/howm/Makefile
+++ b/misc/howm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2011/02/25 11:04:56 obache Exp $
+# $NetBSD: Makefile,v 1.2 2011/09/21 21:40:20 joerg Exp $
DISTNAME= howm-1.3.9.1
CATEGORIES= misc
@@ -12,6 +12,8 @@ LICENSE= gnu-gpl-v2
DEPENDS+= ${RUBY_PKGPREFIX}-migemo-[0-9]*:../../textproc/migemo
DEPENDS+= ${EMACS_PKGNAME_PREFIX}migemo-elisp-[0-9]*:../../textproc/migemo-elisp
+RUBY_VERSION_SUPPORTED= 18
+
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
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