diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2004-03-14 15:58:26 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2004-03-14 15:58:26 +0800 |
commit | 064e7ef6bcce99a32f9cf869129c20c7cecafb64 (patch) | |
tree | 3ea57b0eb13388b8214230ebc608a769caa9b2b1 /textproc/ruby-sablot | |
parent | 35eebca59551fc4a1048b606d36ce09b18704b54 (diff) | |
download | freebsd-ports-graphics-064e7ef6bcce99a32f9cf869129c20c7cecafb64.tar.gz freebsd-ports-graphics-064e7ef6bcce99a32f9cf869129c20c7cecafb64.tar.zst freebsd-ports-graphics-064e7ef6bcce99a32f9cf869129c20c7cecafb64.zip |
o Bump $LIB_DEPENDS line to chase expat's shlib version.
o Bump $PORTREVISION.
Diffstat (limited to 'textproc/ruby-sablot')
-rw-r--r-- | textproc/ruby-sablot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/ruby-sablot/Makefile b/textproc/ruby-sablot/Makefile index 37316e92859..4a2bc8176c8 100644 --- a/textproc/ruby-sablot/Makefile +++ b/textproc/ruby-sablot/Makefile @@ -7,7 +7,7 @@ PORTNAME= sablot PORTVERSION= 0.5.2 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= textproc ruby MASTER_SITES= http://www.rubycolor.org/arc/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} @@ -18,7 +18,7 @@ COMMENT= Ruby interface to the Sablotron XSLT processor LIB_DEPENDS= sablot.70:${PORTSDIR}/textproc/sablotron \ iconv.3:${PORTSDIR}/converters/libiconv \ - expat.4:${PORTSDIR}/textproc/expat2 + expat.5:${PORTSDIR}/textproc/expat2 USE_RUBY= yes USE_RUBY_EXTCONF= yes |