git: 88707fe5064f - main - textproc/rubygem-xml-simple: Cosmetic change

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Sun, 09 Oct 2022 15:41:13 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=88707fe5064fc3429f9eb211a8c055272e650162

commit 88707fe5064fc3429f9eb211a8c055272e650162
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-10-09 15:33:41 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-10-09 15:38:11 +0000

    textproc/rubygem-xml-simple: Cosmetic change
---
 textproc/rubygem-xml-simple/Makefile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/textproc/rubygem-xml-simple/Makefile b/textproc/rubygem-xml-simple/Makefile
index 524930d4d41d..3051a8a02200 100644
--- a/textproc/rubygem-xml-simple/Makefile
+++ b/textproc/rubygem-xml-simple/Makefile
@@ -10,11 +10,11 @@ WWW=		https://github.com/maik/xml-simple
 LICENSE=	BSD2CLAUSE RUBY
 LICENSE_COMB=	dual
 
-RUN_DEPENDS=	rubygem-rexml>0:textproc/rubygem-rexml
+RUN_DEPENDS=	rubygem-rexml>=0:textproc/rubygem-rexml
 
-NO_ARCH=	yes
-
-USE_RUBY=	yes
 USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>