aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-02-21 15:00:34 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-02-21 15:10:59 +0000
commit252313ab762fffc2095f196dc074d3d92ec89806 (patch)
tree513a6eb345fdc5eec6fc78f2e9c529a141843395 /x11-toolkits
parent5a4cda28bcab41e2d9b02427094ec001c372b3a2 (diff)
downloadports-252313ab762fffc2095f196dc074d3d92ec89806.tar.gz
ports-252313ab762fffc2095f196dc074d3d92ec89806.zip
x11-toolkits/rubygem-gtk2: Move BROKEN_* upward
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/rubygem-gtk2/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-toolkits/rubygem-gtk2/Makefile b/x11-toolkits/rubygem-gtk2/Makefile
index 0dcf5d605984..77c136280167 100644
--- a/x11-toolkits/rubygem-gtk2/Makefile
+++ b/x11-toolkits/rubygem-gtk2/Makefile
@@ -12,13 +12,14 @@ WWW= https://ruby-gnome.github.io/ \
LICENSE= LGPL21+
LICENSE_FILE= ${WRKSRC}/COPYING.LIB
+BROKEN_RUBY32= yes
+
RUN_DEPENDS= rubygem-atk>=${PORTVERSION}:accessibility/rubygem-atk \
rubygem-gdk_pixbuf2>=${PORTVERSION}:graphics/rubygem-gdk_pixbuf2 \
rubygem-pango>=${PORTVERSION}:x11-toolkits/rubygem-pango
USES= gem gnome
USE_GNOME= gtk20
-BROKEN_RUBY32= yes
.include <bsd.port.options.mk>