aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2004-03-23 17:06:16 +0800
committerknu <knu@FreeBSD.org>2004-03-23 17:06:16 +0800
commitc7fafbf48ca278c68659d9f29018302e9cce2b51 (patch)
tree8862cd5c6b98bfee39898a877d6509f27fe6d00d /graphics
parentf595c5340519a59f9e206cd8658e3834e67f8667 (diff)
downloadfreebsd-ports-gnome-c7fafbf48ca278c68659d9f29018302e9cce2b51.tar.gz
freebsd-ports-gnome-c7fafbf48ca278c68659d9f29018302e9cce2b51.tar.zst
freebsd-ports-gnome-c7fafbf48ca278c68659d9f29018302e9cce2b51.zip
Replace a ruby-iconv dependency with USE_RUBY_FEATURES=iconv.
Diffstat (limited to 'graphics')
-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>