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/ruby-xmlparser | |
| parent | 93c06df5b9ede88c5fc8290f23d62b64c3b10479 (diff) | |
Notes
Diffstat (limited to 'textproc/ruby-xmlparser')
| -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 |
