diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-03-23 08:41:13 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-03-23 08:41:13 +0000 |
commit | 29cf3b1bf88367a218203915574b7ee95101b0be (patch) | |
tree | 2c4655e487f891aaf99928ed74a5e36be662f6d7 /graphics/mingplot | |
parent | f8737d6e2e74248e71bec099de268be155fef5e1 (diff) | |
download | ports-29cf3b1bf88367a218203915574b7ee95101b0be.tar.gz ports-29cf3b1bf88367a218203915574b7ee95101b0be.zip |
- Chase iconv module location change in ruby 1.8 (fix dependencies)
Reported by: bento via kris
Notes
Notes:
svn path=/head/; revision=105018
Diffstat (limited to 'graphics/mingplot')
-rw-r--r-- | graphics/mingplot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/mingplot/Makefile b/graphics/mingplot/Makefile index ff7355b3ed17..e5e2661f93d7 100644 --- a/graphics/mingplot/Makefile +++ b/graphics/mingplot/Makefile @@ -14,7 +14,7 @@ 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_SITEARCHLIBDIR}/iconv.so:${PORTSDIR}/converters/ruby-iconv + ${RUBY_ARCHLIBDIR}/iconv.so:${PORTSDIR}/converters/ruby-iconv USE_RUBY= yes |