diff options
author | knu <knu@FreeBSD.org> | 2001-07-10 01:49:32 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-07-10 01:49:32 +0800 |
commit | 759de8913dce3f5aa4020245867c32451b5818d3 (patch) | |
tree | 2da812413762130ef31ee69895ddc005311b35dd /textproc/ruby-rss | |
parent | 321cb23b8583466dbb2ec7298e550caa4a4e4a63 (diff) | |
download | freebsd-ports-gnome-759de8913dce3f5aa4020245867c32451b5818d3.tar.gz freebsd-ports-gnome-759de8913dce3f5aa4020245867c32451b5818d3.tar.zst freebsd-ports-gnome-759de8913dce3f5aa4020245867c32451b5818d3.zip |
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 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 |