diff options
author | knu <knu@FreeBSD.org> | 2001-07-09 17:49:32 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-07-09 17:49:32 +0000 |
commit | 759de8913dce3f5aa4020245867c32451b5818d3 (patch) | |
tree | 2da812413762130ef31ee69895ddc005311b35dd /textproc/ruby-rss | |
parent | 321cb23b8583466dbb2ec7298e550caa4a4e4a63 (diff) | |
download | FreeBSD-ports-759de8913dce3f5aa4020245867c32451b5818d3.zip FreeBSD-ports-759de8913dce3f5aa4020245867c32451b5818d3.tar.gz |
Add a missing dependency on japanese/ruby-uconv.
Submitted by: Tom Hukins <tom@FreeBSD.org>
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 1004e5e..9cb1513 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 |