aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-07-24 20:23:39 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-07-24 20:23:39 +0000
commitc4586224f0e8530d70e06ec175a8cda6c11a645f (patch)
tree7fd2fade1488a710b6a532ec6e67b42377fbff4b
parent55ffd9f1af005553721a5419794c772633d53362 (diff)
downloadports-c4586224f0e8530d70e06ec175a8cda6c11a645f.tar.gz
ports-c4586224f0e8530d70e06ec175a8cda6c11a645f.zip
textproc/rubygem-ini: Cosmetic change
-rw-r--r--textproc/rubygem-ini/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/rubygem-ini/Makefile b/textproc/rubygem-ini/Makefile
index 5dc93bae5847..5040ae267b21 100644
--- a/textproc/rubygem-ini/Makefile
+++ b/textproc/rubygem-ini/Makefile
@@ -10,9 +10,9 @@ COMMENT= Ruby INI File Parser and Writer
LICENSE= MIT
-NO_ARCH= yes
-
-USE_RUBY= yes
USES= gem
+USE_RUBY= yes
+
+NO_ARCH= yes
.include <bsd.port.mk>