diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2002-02-13 03:25:30 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2002-02-13 03:25:30 +0000 |
commit | c84c3e0fade99addf0a6e136901d32c327098ce8 (patch) | |
tree | e0f714922972dddfade145058644952d4e16348a /textproc | |
parent | 67c0d2c9345999e491b94e18d2cabd27a57c36da (diff) |
Fix dependencies: xerces -> xerces-j
Submitted by: Dmitry Morozovsky <marck@rinet.ru>
Notes
Notes:
svn path=/head/; revision=54637
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/fop/Makefile | 2 | ||||
-rw-r--r-- | textproc/xsl-docbook-modular/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/textproc/fop/Makefile b/textproc/fop/Makefile index 9f0ca70d8cb8..3ea1f39797d3 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 a541be9debf6..6498c831f514 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 |