diff options
author | vd <vd@FreeBSD.org> | 2006-07-04 20:49:26 +0800 |
---|---|---|
committer | vd <vd@FreeBSD.org> | 2006-07-04 20:49:26 +0800 |
commit | e011b60c970059bbaf0faa6532c460589f12aa69 (patch) | |
tree | 77749efd4965d3e270e7121ab3c276d7a768500a /textproc | |
parent | 376bbf5435280c2e75cfc2e65da57373cf552900 (diff) | |
download | freebsd-ports-gnome-e011b60c970059bbaf0faa6532c460589f12aa69.tar.gz freebsd-ports-gnome-e011b60c970059bbaf0faa6532c460589f12aa69.tar.zst freebsd-ports-gnome-e011b60c970059bbaf0faa6532c460589f12aa69.zip |
Depend on textproc/xerces-j instead of textproc/xml4j because the later
is deprecated and will soon be removed.
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 |