diff options
author | Vasil Dimov <vd@FreeBSD.org> | 2006-07-04 12:49:26 +0000 |
---|---|---|
committer | Vasil Dimov <vd@FreeBSD.org> | 2006-07-04 12:49:26 +0000 |
commit | ca7c497dd7fcfa3e33a24ac9f8f3a8675a279d90 (patch) | |
tree | 5cfa0d2dc5ba1e41fcfc1554714e18a93909c407 /textproc | |
parent | a0c279d852a2379bcc85d20ddc7d7a784cbe0668 (diff) | |
download | ports-ca7c497dd7fcfa3e33a24ac9f8f3a8675a279d90.tar.gz ports-ca7c497dd7fcfa3e33a24ac9f8f3a8675a279d90.zip |
Depend on textproc/xerces-j instead of textproc/xml4j because the later
is deprecated and will soon be removed.
Notes
Notes:
svn path=/head/; revision=166913
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/xt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/xt/Makefile b/textproc/xt/Makefile index 1f3c620e5f73..d3bcc7c8543c 100644 --- a/textproc/xt/Makefile +++ b/textproc/xt/Makefile @@ -15,7 +15,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= XSL Transformations (XSLT) implementation in Java -RUN_DEPENDS= ${JAVALIBDIR}/xml-apis.jar:${PORTSDIR}/textproc/xml4j \ +RUN_DEPENDS= ${JAVALIBDIR}/xml-apis.jar:${PORTSDIR}/textproc/xerces-j \ ${JAVALIBDIR}/xp.jar:${PORTSDIR}/textproc/xp \ ${LOCALBASE}/bin/classpath:${PORTSDIR}/java/javavmwrapper |