diff options
author | kevlo <kevlo@FreeBSD.org> | 2002-02-13 11:25:30 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2002-02-13 11:25:30 +0800 |
commit | cf88a4564d032895943a706de95333a077e0ca69 (patch) | |
tree | 59c988c353db5888e823e40ad4e3e5e9d6147783 /textproc/fop/Makefile | |
parent | f7c02dec7d556c29d56f31c41bfaaa944725917d (diff) | |
download | freebsd-ports-gnome-cf88a4564d032895943a706de95333a077e0ca69.tar.gz freebsd-ports-gnome-cf88a4564d032895943a706de95333a077e0ca69.tar.zst freebsd-ports-gnome-cf88a4564d032895943a706de95333a077e0ca69.zip |
Fix dependencies: xerces -> xerces-j
Submitted by: Dmitry Morozovsky <marck@rinet.ru>
Diffstat (limited to 'textproc/fop/Makefile')
-rw-r--r-- | textproc/fop/Makefile | 2 |
1 files changed, 1 insertions, 1 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 |