From 3f4884233e78720e845734041fbb2885a982c628 Mon Sep 17 00:00:00 2001 From: taca Date: Tue, 10 Mar 2015 16:26:09 +0000 Subject: [PATCH] Drop support for ruby18. --- x11/ruby-wxruby/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11/ruby-wxruby/Makefile b/x11/ruby-wxruby/Makefile index db087cdf6549..26f4c2e0de57 100644 --- a/x11/ruby-wxruby/Makefile +++ b/x11/ruby-wxruby/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2015/02/18 04:13:18 taca Exp $ +# $NetBSD: Makefile,v 1.20 2015/03/10 16:26:09 taca Exp $ # DISTNAME= wxruby-2.0.1 @@ -13,7 +13,7 @@ LICENSE= mit BUILD_DEPENDS+= ${RUBY_PKGPREFIX}-redcloth>=4.2.0:../../textproc/ruby-redcloth -RUBY_VERSION_SUPPORTED= 193 18 +RUBY_VERSION_SUPPORTED= 193 BUILD_TARGET= default html_docs USE_RAKE= YES