- Add missing dependency for iconv for ruby18.

- Bump portrevision.

PR:		ports/158984
Submitted by:	TAKATSU Tomonari <tota@freebsd.org>
This commit is contained in:
Stanislav Sedov 2011-07-17 01:15:14 +00:00
parent 74f300b971
commit ed94faf651
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=277823
2 changed files with 16 additions and 2 deletions

View file

@ -7,6 +7,7 @@
PORTNAME= json
PORTVERSION= 1.5.3
PORTREVISION= 1
CATEGORIES= devel rubygems
MASTER_SITES= RG
@ -18,4 +19,10 @@ USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/edit_json.rb bin/prettify_json.rb
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${RUBY_VER} < 1.9
USE_RUBY_FEATURES= iconv
.endif
.include <bsd.port.post.mk>

View file

@ -7,6 +7,7 @@
PORTNAME= json_pure
PORTVERSION= 1.5.3
PORTREVISION= 1
CATEGORIES= devel rubygems
MASTER_SITES= RG
@ -18,4 +19,10 @@ USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/edit_json.rb bin/prettify_json.rb
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${RUBY_VER} < 1.9
USE_RUBY_FEATURES= iconv
.endif
.include <bsd.port.post.mk>