diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-09-23 12:13:35 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-09-23 12:13:35 +0000 |
commit | 40ba0b9e8dca540a96904fc1caee917075499c3c (patch) | |
tree | 16d9b9206773a6b1e7494a77d10cbc6963d73f49 /net/ruby-xmlrpc/Makefile | |
parent | Fix the databases/p5-SQL-Statement dependency. SQL/Statement.pm (diff) |
Up with textproc/xmlparser's upate and unbreak.
Submitted by: bento
Diffstat (limited to '')
-rw-r--r-- | net/ruby-xmlrpc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ruby-xmlrpc/Makefile b/net/ruby-xmlrpc/Makefile index f8a388a0bb8d..d5daaa2d7686 100644 --- a/net/ruby-xmlrpc/Makefile +++ b/net/ruby-xmlrpc/Makefile @@ -15,7 +15,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 \ ${RUBY_SITELIBDIR}/TCPSocketPipe.rb:${PORTSDIR}/net/ruby-tcpsocketpipe \ ${RUBY_SITELIBDIR}/GServer.rb:${PORTSDIR}/net/ruby-gserver # Alternative to ruby-xmlparser: |