diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-07-22 09:52:35 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-07-22 09:52:35 +0000 |
commit | ade8db02102116f05ab0f4b3bd7257d7c8548332 (patch) | |
tree | b431a94fa2eab06ff6abe1b6410a0a0b9e2bf7a1 /textproc | |
parent | Add ndir 0.8.5, a featureful directory lister. (diff) |
Properly run-depend on ruby-uconv.
Submitted by: olgeni
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ruby-xmlparser/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/ruby-xmlparser/Makefile b/textproc/ruby-xmlparser/Makefile index bc085548ff1f..f2bac49d2d6d 100644 --- a/textproc/ruby-xmlparser/Makefile +++ b/textproc/ruby-xmlparser/Makefile @@ -17,7 +17,8 @@ MAINTAINER= knu@FreeBSD.org BUILD_DEPENDS= ${PERL_ARCHLIB}/XML/Parser/Expat.pm:${PORTSDIR}/textproc/p5-XML-Parser LIB_DEPENDS= expat.2:${PORTSDIR}/textproc/expat2 -RUN_DEPENDS= ${PERL_ARCHLIB}/XML/Parser/Expat.pm:${PORTSDIR}/textproc/p5-XML-Parser +RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/uconv.so:${PORTSDIR}/japanese/ruby-uconv \ + ${PERL_ARCHLIB}/XML/Parser/Expat.pm:${PORTSDIR}/textproc/p5-XML-Parser # to utilize encoding maps included in p5-XML-Parser USE_RUBY= yes |