From cf88a4564d032895943a706de95333a077e0ca69 Mon Sep 17 00:00:00 2001 From: kevlo Date: Wed, 13 Feb 2002 03:25:30 +0000 Subject: Fix dependencies: xerces -> xerces-j Submitted by: Dmitry Morozovsky --- textproc/fop/Makefile | 2 +- textproc/xsl-docbook-modular/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/textproc/fop/Makefile b/textproc/fop/Makefile index 9f0ca70..3ea1f39 100644 --- a/textproc/fop/Makefile +++ b/textproc/fop/Makefile @@ -14,7 +14,7 @@ DISTNAME= ${PORTNAME:S/fop/Fop/}-${PORTVERSION} MAINTAINER= kiri@FreeBSD.org RUN_DEPENDS= ${LOCALBASE}/jdk${JDKVERSION}/bin/java:${PORTSDIR}/java/jdk \ - ${LOCALBASE}/share/java/classes/xerces.jar:${PORTSDIR}/textproc/xerces + ${LOCALBASE}/share/java/classes/xerces.jar:${PORTSDIR}/textproc/xerces-j WRKSRC= ${WRKDIR}/xml-fop NO_BUILD= yes diff --git a/textproc/xsl-docbook-modular/Makefile b/textproc/xsl-docbook-modular/Makefile index a541be9..6498c83 100644 --- a/textproc/xsl-docbook-modular/Makefile +++ b/textproc/xsl-docbook-modular/Makefile @@ -17,7 +17,7 @@ MAINTAINER= kiri@FreeBSD.org RUN_DEPENDS= ${LOCALBASE}/share/xml/docbook/readme.txt:${PORTSDIR}/textproc/docbook-xml \ ${LOCALBASE}/share/xml/docbook/sdocbook/test.xml:${PORTSDIR}/textproc/sdocbook-xml \ ${LOCALBASE}/share/java/xt/xt.htm:${PORTSDIR}/textproc/xt \ - ${LOCALBASE}/share/java/classes/xerces.jar:${PORTSDIR}/textproc/xerces \ + ${LOCALBASE}/share/java/classes/xerces.jar:${PORTSDIR}/textproc/xerces-j \ ${LOCALBASE}/share/java/classes/fop.jar:${PORTSDIR}/textproc/fop USE_ZIP= yes -- cgit v1.1