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 /sysutils/lire | |
parent | 7c03628c05d6ac700c78bae93d7d86c0334921fb (diff) |
Notes
Diffstat (limited to 'sysutils/lire')
-rw-r--r-- | sysutils/lire/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/lire/Makefile b/sysutils/lire/Makefile index 905af9be529f..941690766300 100644 --- a/sysutils/lire/Makefile +++ b/sysutils/lire/Makefile @@ -13,7 +13,7 @@ PORTNAME= lire PORTVERSION= 1.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MASTER_SITES= http://download.logreport.org/pub/archive/ @@ -23,7 +23,7 @@ COMMENT= Logfile analyse toolkit for multiple applications LIB_DEPENDS= \ expat.4:${PORTSDIR}/textproc/expat2 \ xml2.5:${PORTSDIR}/textproc/libxml2 \ - xslt.1:${PORTSDIR}/textproc/libxslt + xslt.2:${PORTSDIR}/textproc/libxslt BUILD_DEPENDS= \ ${LOCALBASE}/share/xml/docbook/4.2/docbookx.dtd:${PORTSDIR}/textproc/docbook-xml \ ${LOCALBASE}/share/sgml/docbook/dsssl/modular/catalog:${PORTSDIR}/textproc/dsssl-docbook-modular \ |