1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

Replace a ruby-iconv dependency with USE_RUBY_FEATURES=iconv.

This commit is contained in:
Akinori MUSHA 2004-03-23 09:06:16 +00:00
parent f0e1196e4b
commit 8885b8ba8d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=105024

View File

@ -13,9 +13,9 @@ MASTER_SITES= http://namazu.org/~satoru/mingplot/
MAINTAINER= umeno@rr.iij4u.or.jp
COMMENT= A tool to generate a flash-based chart
RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/ming/ming.so:${PORTSDIR}/graphics/ruby-ming \
${RUBY_ARCHLIBDIR}/iconv.so:${PORTSDIR}/converters/ruby-iconv
RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/ming/ming.so:${PORTSDIR}/graphics/ruby-ming
USE_RUBY= yes
USE_RUBY_FEATURES= iconv
.include <bsd.port.mk>