diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-05-12 19:42:14 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-05-12 19:42:14 +0000 |
commit | a8181288b33c106a19401553006eb67716be9131 (patch) | |
tree | e942b1e151fad1bc7f4c3910f4000d9b1c216074 /textproc/ruby-rss | |
parent | f84512f0e14b5d98902e8dd33559537e353db1ee (diff) | |
download | ports-a8181288b33c106a19401553006eb67716be9131.tar.gz ports-a8181288b33c106a19401553006eb67716be9131.zip |
Update the RUN_DEPENDS entry for ruby-xmlparser.
Notes
Notes:
svn path=/head/; revision=58973
Diffstat (limited to 'textproc/ruby-rss')
-rw-r--r-- | textproc/ruby-rss/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/ruby-rss/Makefile b/textproc/ruby-rss/Makefile index 37024e161c31..03c4605f8c62 100644 --- a/textproc/ruby-rss/Makefile +++ b/textproc/ruby-rss/Makefile @@ -16,7 +16,7 @@ DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org -RUN_DEPENDS= ${RUBY_SITELIBDIR}/xmlparser.rb:${PORTSDIR}/textproc/ruby-xmlparser +RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/xmlparser.so:${PORTSDIR}/textproc/ruby-xmlparser USE_RUBY= yes |