aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>