diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-07-09 17:49:32 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-07-09 17:49:32 +0000 |
commit | 8605e53b52556677ec6b0f579feb6e4d35a15c35 (patch) | |
tree | db856b9465dda4c80c986c52ee67031e42210054 /textproc/ruby-rss | |
parent | 6e11a55eded1c0ce3b04fca7dff937b460065e3c (diff) | |
download | ports-8605e53b52556677ec6b0f579feb6e4d35a15c35.tar.gz ports-8605e53b52556677ec6b0f579feb6e4d35a15c35.zip |
Notes
Diffstat (limited to 'textproc/ruby-rss')
-rw-r--r-- | textproc/ruby-rss/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/ruby-rss/Makefile b/textproc/ruby-rss/Makefile index 1004e5e06050..9cb1513a85c1 100644 --- a/textproc/ruby-rss/Makefile +++ b/textproc/ruby-rss/Makefile @@ -15,7 +15,8 @@ DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org -RUN_DEPENDS= ${RUBY_SITELIBDIR}/xmlparser.rb:${PORTSDIR}/textproc/ruby-xmlparser +RUN_DEPENDS= ${RUBY_SITELIBDIR}/xmlparser.rb:${PORTSDIR}/textproc/ruby-xmlparser \ + ${RUBY_SITEARCHLIBDIR}/uconv.so:${PORTSDIR}/japanese/ruby-uconv USE_RUBY= yes |