We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ea6490 commit f0000caCopy full SHA for f0000ca
1 file changed
www/ruby-selenium-webdriver/Makefile
@@ -1,4 +1,4 @@
1
-# $NetBSD: Makefile,v 1.24 2023/05/08 14:28:26 taca Exp $
+# $NetBSD: Makefile,v 1.25 2023/05/21 05:36:10 wiz Exp $
2
3
DISTNAME= selenium-webdriver-4.9.1
4
CATEGORIES= www
@@ -15,10 +15,8 @@ USE_LANGUAGES= # none
15
16
CHECK_SHLIBS_SKIP= ${GEM_LIBDIR}/bin/*
17
18
-.include "../../lang/ruby/rubyversion.mk"
19
-.if ${RUBY_VER} == "27"
20
-DEPENDS+= ${RUBY_PKGPREFIX}-rexml>=3.2<4:../../textproc/ruby-rexml
21
-.endif
+RUBY_VERSIONS_INCOMPATIBLE= 27
22
+.include "../../lang/ruby/rubyversion.mk"
23
.include "../../lang/ruby/gem.mk"
24
.include "../../mk/bsd.pkg.mk"
0 commit comments