diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-11-04 18:30:50 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-11-04 18:30:50 +0000 |
commit | 7524984514d9912fcc2d995f43ccf22ad0ce3c5f (patch) | |
tree | 275aa83a667b4170d49c0053bee5ae2457c4c498 /textproc/ruby-libxslt | |
parent | Chase the libxslt shared lib version. (diff) |
Chase the libxslt shared lib version with a PORTREVISION bump.
Diffstat (limited to 'textproc/ruby-libxslt')
-rw-r--r-- | textproc/ruby-libxslt/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/ruby-libxslt/Makefile b/textproc/ruby-libxslt/Makefile index cefdc9879a8e..f85ae90da545 100644 --- a/textproc/ruby-libxslt/Makefile +++ b/textproc/ruby-libxslt/Makefile @@ -7,6 +7,7 @@ PORTNAME= libxslt PORTVERSION= 0.3.0 +PORTREVISION= 1 CATEGORIES= textproc ruby MASTER_SITES= http://www.rubynet.org/modules/xml/libxslt/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} @@ -20,7 +21,7 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/xml2-config:${PORTSDIR}/textproc/libxml2 \ ${LOCALBASE}/bin/xslt-config:${PORTSDIR}/textproc/libxslt \ ${NONEXISTENT}:${PORTSDIR}/${RUBY_LIBXML_PORT}:patch LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \ - xslt.1:${PORTSDIR}/textproc/libxslt + xslt.2:${PORTSDIR}/textproc/libxslt RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/xml/libxml.so:${PORTSDIR}/textproc/ruby-libxml USE_BZIP2= yes |