diff options
-rw-r--r-- | textproc/nux/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/nux/Makefile b/textproc/nux/Makefile index 738aa8c4977b..22d8e5c829a8 100644 --- a/textproc/nux/Makefile +++ b/textproc/nux/Makefile @@ -16,7 +16,7 @@ MAINTAINER= hq@FreeBSD.org COMMENT= Small open-source XQuery extension of the XOM library RUN_DEPENDS= ${JAVALIBDIR}/xom.jar:${PORTSDIR}/textproc/xom \ - ${JAVALIBDIR}/saxon8.jar:${PORTSDIR}/textproc/saxon-devel + ${JAVALIBDIR}/saxon9.jar:${PORTSDIR}/textproc/saxon-devel OPTIONS= XQUERY_TOOL "Install the XQuery command-line tool" on |