summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authortaca <taca>2017-06-20 13:42:32 +0000
committertaca <taca>2017-06-20 13:42:32 +0000
commit1de008e689decac3e361a8f26d1e131b21853a6e (patch)
treea9496be45f51eeed4f5c205651d3b52407e9b0af /devel
parente40f4a1af6d7de878d5bfc5b49b301312c76ef2a (diff)
downloadpkgsrc-1de008e689decac3e361a8f26d1e131b21853a6e.tar.gz
Remove ruby21 reference.
Diffstat (limited to 'devel')
-rw-r--r--devel/ruby-test-unit-notify/Makefile8
-rw-r--r--devel/ruby-test-unit/Makefile8
2 files changed, 2 insertions, 14 deletions
diff --git a/devel/ruby-test-unit-notify/Makefile b/devel/ruby-test-unit-notify/Makefile
index efde4b8ea77..487b77aaf86 100644
--- a/devel/ruby-test-unit-notify/Makefile
+++ b/devel/ruby-test-unit-notify/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2017/06/12 17:10:23 taca Exp $
+# $NetBSD: Makefile,v 1.12 2017/06/20 13:42:33 taca Exp $
DISTNAME= test-unit-notify-1.0.4
PKGREVISION= 1
@@ -11,11 +11,5 @@ LICENSE= gnu-lgpl-v2.1 # or later
USE_LANGUAGES= # empty
-.include "../../lang/ruby/rubyversion.mk"
-
-.if ${RUBY_VER} == "21"
-DEPENDS+= ${RUBY_PKGPREFIX}-test-unit>=2.4.9:../../devel/ruby-test-unit
-.endif
-
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/devel/ruby-test-unit/Makefile b/devel/ruby-test-unit/Makefile
index 92a1f898d75..c10c0aa6ba5 100644
--- a/devel/ruby-test-unit/Makefile
+++ b/devel/ruby-test-unit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2017/06/12 17:10:23 taca Exp $
+# $NetBSD: Makefile,v 1.29 2017/06/20 13:42:32 taca Exp $
DISTNAME= test-unit-3.2.4
CATEGORIES= devel
@@ -10,11 +10,5 @@ LICENSE= ruby-license
USE_LANGUAGES= # none
-.include "../../lang/ruby/rubyversion.mk"
-
-.if ${RUBY_VER} == "21"
-DEPENDS+= ${RUBY_PKGPREFIX}-power_assert>=0:../../devel/ruby-power_assert
-.endif
-
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"