diff options
author | Herve Quiroz <hq@FreeBSD.org> | 2011-07-10 22:31:52 +0000 |
---|---|---|
committer | Herve Quiroz <hq@FreeBSD.org> | 2011-07-10 22:31:52 +0000 |
commit | 5c7238a0ddd27ee6b307702aecaaa04084d195c4 (patch) | |
tree | 3bd471dde5ab386e09133527f4a5f23915904ada /textproc/nux | |
parent | 8dfb5d4e1e3992b08ba50aba6ceece5bba0eceb8 (diff) | |
download | ports-5c7238a0ddd27ee6b307702aecaaa04084d195c4.tar.gz ports-5c7238a0ddd27ee6b307702aecaaa04084d195c4.zip |
Notes
Diffstat (limited to 'textproc/nux')
-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 |