diff options
author | knu <knu@FreeBSD.org> | 2000-10-26 20:19:14 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-10-26 20:19:14 +0800 |
commit | b3c1545dbb40c36292bca3948a4c2752c32d3f5c (patch) | |
tree | 013718f2f0ffdbd7fa20fa58e3ec7ba9f2cb0184 /textproc/ruby-xmlparser | |
parent | bd45b5482df9ae264a15d8c15778313e91374e58 (diff) | |
download | freebsd-ports-gnome-b3c1545dbb40c36292bca3948a4c2752c32d3f5c.tar.gz freebsd-ports-gnome-b3c1545dbb40c36292bca3948a4c2752c32d3f5c.tar.zst freebsd-ports-gnome-b3c1545dbb40c36292bca3948a4c2752c32d3f5c.zip |
Update the expat dependency from expat (1.2) to expat2 (1.95.1).
Diffstat (limited to 'textproc/ruby-xmlparser')
-rw-r--r-- | textproc/ruby-xmlparser/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/ruby-xmlparser/Makefile b/textproc/ruby-xmlparser/Makefile index a52679d16ace..80d905f5b337 100644 --- a/textproc/ruby-xmlparser/Makefile +++ b/textproc/ruby-xmlparser/Makefile @@ -7,6 +7,7 @@ PORTNAME= xmlparser PORTVERSION= 0.6.1 +PORTREVISION= 1 CATEGORIES= textproc ruby MASTER_SITES= ${MASTER_SITE_LOCAL} \ http://www.bekkoame.ne.jp/~yoshidam/ @@ -17,7 +18,7 @@ DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org BUILD_DEPENDS= ${PERL_ARCHLIB}/XML/Parser/Expat.pm:${PORTSDIR}/textproc/p5-XML-Parser -LIB_DEPENDS= expat.1:${PORTSDIR}/textproc/expat +LIB_DEPENDS= expat.2:${PORTSDIR}/textproc/expat2 RUN_DEPENDS= ${PERL_ARCHLIB}/XML/Parser/Expat.pm:${PORTSDIR}/textproc/p5-XML-Parser # to utilize encoding maps included in p5-XML-Parser |