diff options
author | knu <knu@FreeBSD.org> | 2002-05-13 03:42:14 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2002-05-13 03:42:14 +0800 |
commit | 870994701101a261f3a94b789fa951bbcaf3e754 (patch) | |
tree | c5fb020a997af6a43c2b65cb893c5e7e400d08db | |
parent | afec640c60a8be42470612a96db4ebf6ef1ee940 (diff) | |
download | freebsd-ports-gnome-870994701101a261f3a94b789fa951bbcaf3e754.tar.gz freebsd-ports-gnome-870994701101a261f3a94b789fa951bbcaf3e754.tar.zst freebsd-ports-gnome-870994701101a261f3a94b789fa951bbcaf3e754.zip |
Update the RUN_DEPENDS entry for ruby-xmlparser.
-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 |