Skip to content

Commit f0000ca

Browse files
committed
ruby-selenium-webdriver: this requires at least Ruby 3.0 now
1 parent 5ea6490 commit f0000ca

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

www/ruby-selenium-webdriver/Makefile

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $NetBSD: Makefile,v 1.24 2023/05/08 14:28:26 taca Exp $
1+
# $NetBSD: Makefile,v 1.25 2023/05/21 05:36:10 wiz Exp $
22

33
DISTNAME= selenium-webdriver-4.9.1
44
CATEGORIES= www
@@ -15,10 +15,8 @@ USE_LANGUAGES= # none
1515

1616
CHECK_SHLIBS_SKIP= ${GEM_LIBDIR}/bin/*
1717

18-
.include "../../lang/ruby/rubyversion.mk"
19-
.if ${RUBY_VER} == "27"
20-
DEPENDS+= ${RUBY_PKGPREFIX}-rexml>=3.2<4:../../textproc/ruby-rexml
21-
.endif
18+
RUBY_VERSIONS_INCOMPATIBLE= 27
2219

20+
.include "../../lang/ruby/rubyversion.mk"
2321
.include "../../lang/ruby/gem.mk"
2422
.include "../../mk/bsd.pkg.mk"

0 commit comments

Comments
 (0)