aboutsummaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-09-03 19:10:02 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-09-03 19:10:02 +0000
commitae42e6e795422f726dac06dab12732d11baf7445 (patch)
tree85c69b36c095ca4f06502ff1b9223d199da31366 /converters
parent5a9b9239e86dc41f87cfdd1e4524ac7dc1273d59 (diff)
Notes
Diffstat (limited to 'converters')
-rw-r--r--converters/rubygem-po_to_json/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/converters/rubygem-po_to_json/Makefile b/converters/rubygem-po_to_json/Makefile
index 5a2be6b0c4fa..5b167105cec8 100644
--- a/converters/rubygem-po_to_json/Makefile
+++ b/converters/rubygem-po_to_json/Makefile
@@ -14,8 +14,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-json>=1.6.0:devel/rubygem-json
-NO_ARCH= yes
-USE_RUBY= yes
USES= gem
+USE_RUBY= yes
+
+NO_ARCH= yes
.include <bsd.port.mk>