- Add missing runtime dependency on ruby-iconv

PR:		ports/162269
Submitted by:	Yoshisato YANAGISAWA <osho_AT_pcc-software_DOT_org>
This commit is contained in:
TAKATSU Tomonari 2011-11-05 00:58:26 +00:00
parent 1a5125ce56
commit 05812cf2ff
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=285059

View file

@ -7,6 +7,7 @@
PORTNAME= tdiary
PORTVERSION= 3.1.1
PORTREVISION= 1
CATEGORIES?= www ruby
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/ \
http://www.tdiary.org/download/
@ -70,6 +71,7 @@ IGNORE= requires Ruby 1.9.1 or later
.if !defined(RUBY_PROVIDED)
IGNORE= requires Ruby 1.8.5 or later
.endif
RUN_DEPENDS+= ${DEPEND_RUBY_ICONV}
.if !defined(WITHOUT_TDIARY_NORA)
RUN_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/web/escape_ext.so:${PORTSDIR}/www/ruby-nora
.endif