diff options
author | knu <knu@FreeBSD.org> | 2003-02-01 04:26:40 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2003-02-01 04:26:40 +0800 |
commit | e5632010ea3cfeeac30de405a43927903eaa209d (patch) | |
tree | b63341eb827243ac2078306f6215077336238547 /textproc/ruby-mwdom | |
parent | 02bbc46739d213bed1dd7816163bbfbe87500a11 (diff) | |
download | freebsd-ports-gnome-e5632010ea3cfeeac30de405a43927903eaa209d.tar.gz freebsd-ports-gnome-e5632010ea3cfeeac30de405a43927903eaa209d.tar.zst freebsd-ports-gnome-e5632010ea3cfeeac30de405a43927903eaa209d.zip |
Make these ports depend on ruby-xmlscan-old instead of ruby-xmlscan.
Diffstat (limited to 'textproc/ruby-mwdom')
-rw-r--r-- | textproc/ruby-mwdom/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/ruby-mwdom/Makefile b/textproc/ruby-mwdom/Makefile index 99cd6938495a..1f059bed5193 100644 --- a/textproc/ruby-mwdom/Makefile +++ b/textproc/ruby-mwdom/Makefile @@ -14,7 +14,7 @@ DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org -RUN_DEPENDS= ${RUBY_SITELIBDIR}/xpathtree.rb:${PORTSDIR}/textproc/ruby-xmlscan +RUN_DEPENDS= ${RUBY_SITELIBDIR}/xpathtree.rb:${PORTSDIR}/textproc/ruby-xmlscan-old USE_BZIP2= yes USE_RUBY= yes |