summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2022-01-14 16:31:25 +0000
committertaca <taca@pkgsrc.org>2022-01-14 16:31:25 +0000
commit13458a4f98e39890dc6812ef31268e57ccb161fd (patch)
tree59b8f5d9af37945ef57cad749267fc0aa7be4fc9
parentbd77fff3bd8c64c69d1cf322fb115c9f3c234b67 (diff)
downloadpkgsrc-13458a4f98e39890dc6812ef31268e57ccb161fd.tar.gz
ruby-pcaprub: allow ruby30
ruby-pcaprub 0.13.1 already supports Ruby 3.
-rw-r--r--net/ruby-pcaprub/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/net/ruby-pcaprub/Makefile b/net/ruby-pcaprub/Makefile
index af469c05987..2426d43af23 100644
--- a/net/ruby-pcaprub/Makefile
+++ b/net/ruby-pcaprub/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2021/11/28 08:02:29 taca Exp $
+# $NetBSD: Makefile,v 1.6 2022/01/14 16:31:25 taca Exp $
DISTNAME= pcaprub-0.13.1
CATEGORIES= net
@@ -10,8 +10,6 @@ LICENSE= gnu-lgpl-v2.1
MAKE_ENV.SunOS+= cppflags="-Du_int32_t=uint32_t"
-RUBY_VERSIONS_INCOMPATIBLE= 30
-
.include "../../net/libpcap/buildlink3.mk"
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"