aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Fechner <mfechner@FreeBSD.org>2023-01-19 10:23:38 +0000
committerMatthias Fechner <mfechner@FreeBSD.org>2023-01-19 10:25:40 +0000
commit42c3a1cef857e60b2bd0c6335c4b73a3e167e03e (patch)
tree87e876d4eaaa3ea4f26068dbdc5847164cfd0ee7
parentab64b2818d7a46d09cc21de247b42848439b550c (diff)
downloadports-42c3a1cef857e60b2bd0c6335c4b73a3e167e03e.tar.gz
ports-42c3a1cef857e60b2bd0c6335c4b73a3e167e03e.zip
devel/rubygem-oj-introspect: enforce usage of rubygem-oj>=3.13.23_2
This version has the required header files included in the package PR: 269020 Reported by: marko.cupac@mimar.rs
-rw-r--r--devel/rubygem-oj-introspect/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/rubygem-oj-introspect/Makefile b/devel/rubygem-oj-introspect/Makefile
index 27941cc498ba..02807a71ef00 100644
--- a/devel/rubygem-oj-introspect/Makefile
+++ b/devel/rubygem-oj-introspect/Makefile
@@ -10,7 +10,7 @@ WWW= https://github.com/meinac/oj-introspect
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-MY_DEPENDS= rubygem-oj>=3.13.23<3.14:devel/rubygem-oj
+MY_DEPENDS= rubygem-oj>=3.13.23_2<3.14:devel/rubygem-oj
BUILD_DEPENDS= ${MY_DEPENDS}
RUN_DEPENDS= ${MY_DEPENDS}