diff options
author | taca <taca@pkgsrc.org> | 2012-09-16 15:30:44 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2012-09-16 15:30:44 +0000 |
commit | 82a5c08f74eda235d0acd0927cda6f2b09946456 (patch) | |
tree | 9f2e8c63cc008d643e9689b6b7c695c24a5a4cba /textproc | |
parent | eb383bc88a9f5328aff30f9603b89cd787de36b0 (diff) | |
download | pkgsrc-82a5c08f74eda235d0acd0927cda6f2b09946456.tar.gz |
Remove support of ruby19 (Ruby 1.9.2).
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/groonga/Makefile | 4 | ||||
-rw-r--r-- | textproc/migemo/Makefile.common | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/textproc/groonga/Makefile b/textproc/groonga/Makefile index 4230868189f..383fd2e6960 100644 --- a/textproc/groonga/Makefile +++ b/textproc/groonga/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2012/09/15 10:06:36 obache Exp $ +# $NetBSD: Makefile,v 1.22 2012/09/16 15:30:45 taca Exp $ # DISTNAME= groonga-2.0.3 @@ -13,7 +13,7 @@ LICENSE= gnu-lgpl-v2.1 PKG_DESTDIR_SUPPORT= user-destdir -RUBY_VERSION_SUPPORTED= 192 193 +RUBY_VERSION_SUPPORTED= 193 .include "../../lang/ruby/rubyversion.mk" DEPENDS+= ${RUBY_BASE}>=${RUBY_VERSION}:../../lang/${RUBY_BASE} diff --git a/textproc/migemo/Makefile.common b/textproc/migemo/Makefile.common index 44d8b903689..e2589fb8fad 100644 --- a/textproc/migemo/Makefile.common +++ b/textproc/migemo/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.3 2012/08/12 11:52:26 obache Exp $ +# $NetBSD: Makefile.common,v 1.4 2012/09/16 15:30:45 taca Exp $ # # used by textproc/migemo/Makefile # used by textproc/migemo-elisp/Makefile @@ -12,4 +12,4 @@ MASTER_SITES= http://0xcc.net/migemo/ MAINTAINER= yamajun@ofug.net HOMEPAGE= http://0xcc.net/migemo/ -RUBY_VERSION_SUPPORTED= 192 193 +RUBY_VERSION_SUPPORTED= 193 |