aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-10-09 15:33:41 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-10-09 15:38:11 +0000
commit88707fe5064fc3429f9eb211a8c055272e650162 (patch)
tree984b1fd12cdba58515b3a73ee465d1f74d92b997
parentb2d011266e6960be385ca28bc66397709ff22216 (diff)
downloadports-88707fe5064fc3429f9eb211a8c055272e650162.tar.gz
ports-88707fe5064fc3429f9eb211a8c055272e650162.zip
textproc/rubygem-xml-simple: Cosmetic change
-rw-r--r--textproc/rubygem-xml-simple/Makefile8
1 files 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>