diff options
author | hq <hq@FreeBSD.org> | 2011-07-11 06:31:52 +0800 |
---|---|---|
committer | hq <hq@FreeBSD.org> | 2011-07-11 06:31:52 +0800 |
commit | 8a981121f18a2f013b5677dff711c63806e6c3e3 (patch) | |
tree | 1d7ec57e1f59ccbfc6d5dc9afd616ea2e57be5b8 /textproc | |
parent | ef81f77cb10342f6c210b6cfc00153b062de3b61 (diff) | |
download | freebsd-ports-gnome-8a981121f18a2f013b5677dff711c63806e6c3e3.tar.gz freebsd-ports-gnome-8a981121f18a2f013b5677dff711c63806e6c3e3.tar.zst freebsd-ports-gnome-8a981121f18a2f013b5677dff711c63806e6c3e3.zip |
Fix dependency on saxon-devel
Reported by: pointyhat via pav
Diffstat (limited to 'textproc')
-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 |