Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/rubygem-json_pure/Makefile,v retrieving revision 1.16 diff -u -r1.16 Makefile --- Makefile 27 Oct 2011 03:02:49 -0000 1.16 +++ Makefile 4 Nov 2011 19:20:14 -0000 @@ -7,6 +7,7 @@ PORTNAME= json_pure PORTVERSION= 1.6.1 +PORTREVISION= 1 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -22,7 +23,8 @@ .include .if ${RUBY_VER} < 1.9 -USE_RUBY_FEATURES= iconv +BUILD_DEPENDS+= ${DEPEND_RUBY_ICONV} +RUN_DEPENDS+= ${DEPEND_RUBY_ICONV} .endif .include --- rubygem-json_pure-1.6.1_1.patch ends here ---