summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2004-03-23 09:06:16 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2004-03-23 09:06:16 +0000
commit8885b8ba8d7e9fe34b33dd05b9dc946e9c8120e7 (patch)
tree48b15b9a7cd4ca7562337a353575c2946704d421
parentAdd utility variables for ruby-iconv. (diff)
Replace a ruby-iconv dependency with USE_RUBY_FEATURES=iconv.
-rw-r--r--graphics/mingplot/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/mingplot/Makefile b/graphics/mingplot/Makefile
index e5e2661f93d7..ea4837ab8f78 100644
--- a/graphics/mingplot/Makefile
+++ b/graphics/mingplot/Makefile
@@ -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>