aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/rubygem-json/Makefile3
-rw-r--r--devel/rubygem-json_pure/Makefile3
2 files changed, 4 insertions, 2 deletions
diff --git a/devel/rubygem-json/Makefile b/devel/rubygem-json/Makefile
index 9ca2ad3a7ba1..e7733d7843c9 100644
--- a/devel/rubygem-json/Makefile
+++ b/devel/rubygem-json/Makefile
@@ -7,6 +7,7 @@
PORTNAME= json
PORTVERSION= 1.6.3
+PORTREVISION= 1
CATEGORIES= devel rubygems
MASTER_SITES= RG
@@ -20,7 +21,7 @@ RUBYGEM_AUTOPLIST= yes
.include <bsd.port.pre.mk>
.if ${RUBY_VER} < 1.9
-USE_RUBY_FEATURES= iconv
+RUN_DEPENDS+= ${DEPEND_RUBY_ICONV}
.endif
.include <bsd.port.post.mk>
diff --git a/devel/rubygem-json_pure/Makefile b/devel/rubygem-json_pure/Makefile
index 8b3eaff592b3..54569741120c 100644
--- a/devel/rubygem-json_pure/Makefile
+++ b/devel/rubygem-json_pure/Makefile
@@ -7,6 +7,7 @@
PORTNAME= json_pure
PORTVERSION= 1.6.3
+PORTREVISION= 1
CATEGORIES= devel rubygems
MASTER_SITES= RG
@@ -22,7 +23,7 @@ RUBYGEM_AUTOPLIST= yes
.include <bsd.port.pre.mk>
.if ${RUBY_VER} < 1.9
-USE_RUBY_FEATURES= iconv
+RUN_DEPENDS+= ${DEPEND_RUBY_ICONV}
.endif
.include <bsd.port.post.mk>