diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2002-07-21 02:17:49 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2002-07-21 02:17:49 +0000 |
commit | a52ee364a98ded8249498ae8b48410e34b0c0233 (patch) | |
tree | d1d93c6174f03d2ae893983d90253f620e7c4f53 /textproc/ruby-xmlparser | |
parent | cb109492b26568b1c27cdf05217b3dda037aa81e (diff) | |
download | ports-a52ee364a98ded8249498ae8b48410e34b0c0233.tar.gz ports-a52ee364a98ded8249498ae8b48410e34b0c0233.zip |
Notes
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 56dc13fb96b0..9d0b4ddbca63 100644 --- a/textproc/ruby-xmlparser/Makefile +++ b/textproc/ruby-xmlparser/Makefile @@ -7,6 +7,7 @@ PORTNAME= xmlparser PORTVERSION= 0.6.2 +PORTREVISION= 1 CATEGORIES= textproc ruby MASTER_SITES= http://www.yoshidam.net/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} @@ -15,7 +16,7 @@ DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org BUILD_DEPENDS= ${PERL_ARCHLIB}/XML/Parser/Expat.pm:${PORTSDIR}/textproc/p5-XML-Parser -LIB_DEPENDS= expat.2:${PORTSDIR}/textproc/expat2 +LIB_DEPENDS= expat.3:${PORTSDIR}/textproc/expat2 RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/uconv.so:${PORTSDIR}/japanese/ruby-uconv \ ${PERL_ARCHLIB}/XML/Parser/Expat.pm:${PORTSDIR}/textproc/p5-XML-Parser # to utilize encoding maps included in p5-XML-Parser |