git: 252313ab762f - main - x11-toolkits/rubygem-gtk2: Move BROKEN_* upward

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Wed, 21 Feb 2024 15:37:07 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=252313ab762fffc2095f196dc074d3d92ec89806

commit 252313ab762fffc2095f196dc074d3d92ec89806
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-02-21 15:00:34 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-02-21 15:10:59 +0000

    x11-toolkits/rubygem-gtk2: Move BROKEN_* upward
---
 x11-toolkits/rubygem-gtk2/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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>