aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net/rubygem-fog-cloudatcost/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/rubygem-fog-cloudatcost/Makefile b/net/rubygem-fog-cloudatcost/Makefile
index 16f601f65864..fe6f67ee38e6 100644
--- a/net/rubygem-fog-cloudatcost/Makefile
+++ b/net/rubygem-fog-cloudatcost/Makefile
@@ -16,8 +16,9 @@ RUN_DEPENDS= rubygem-fog-core>=0:devel/rubygem-fog-core \
rubygem-fog-json>=0:devel/rubygem-fog-json \
rubygem-ipaddress>=0:net/rubygem-ipaddress
-NO_ARCH= yes
-USE_RUBY= yes
USES= gem
+USE_RUBY= yes
+
+NO_ARCH= yes
.include <bsd.port.mk>