diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2003-01-31 20:26:40 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2003-01-31 20:26:40 +0000 |
commit | 229a94a7397194995205cda82b30e2e026102ea4 (patch) | |
tree | 2024e48f1090a3116e6f700ca42e42b0fbfc670d /textproc | |
parent | 9fbb654e0b922e9712af3675a64f4f5a32e2dc09 (diff) |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ruby-mwdom/Makefile | 2 | ||||
-rw-r--r-- | textproc/ruby-xslt/Makefile | 4 |
2 files changed, 3 insertions, 3 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 diff --git a/textproc/ruby-xslt/Makefile b/textproc/ruby-xslt/Makefile index 3bac614352b9..b3cc21141338 100644 --- a/textproc/ruby-xslt/Makefile +++ b/textproc/ruby-xslt/Makefile @@ -8,14 +8,14 @@ PORTNAME= xslt PORTVERSION= 0.0.2 CATEGORIES= textproc ruby -MASTER_SITES= http://www.fantasy-coders.de/ruby/xslt4r/ +MASTER_SITES= http://www.fantasy-coders.de/ruby/xslt4r/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= ${PORTNAME}4r-${PORTVERSION} 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_RUBY= yes |