diff options
| author | Thierry Thomas <thierry@FreeBSD.org> | 2023-01-27 17:26:23 +0100 |
|---|---|---|
| committer | Thierry Thomas <thierry@FreeBSD.org> | 2023-01-27 17:29:23 +0100 |
| commit | 35637b8725d828872abce07e0c9a7d6835535618 (patch) | |
| tree | 68aca30ba089a961a8b12a6e3bf93c3104d0fb23 /textproc/apache-xmlbeans | |
| parent | textproc/saxon-he: upgrade to 10.6 and take maintainership (diff) | |
textproc/apache-xmlbeans: add a recommended option for Saxon-HE
Diffstat (limited to 'textproc/apache-xmlbeans')
| -rw-r--r-- | textproc/apache-xmlbeans/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/textproc/apache-xmlbeans/Makefile b/textproc/apache-xmlbeans/Makefile index 6c0df4c360b4..faa77376d9a2 100644 --- a/textproc/apache-xmlbeans/Makefile +++ b/textproc/apache-xmlbeans/Makefile @@ -1,5 +1,6 @@ PORTNAME= xmlbeans DISTVERSION= 5.1.1 # Do not upgrade without checking compatibility with math/R-cran-XLConnect +PORTREVISION= 1 CATEGORIES= textproc java MASTER_SITES= https://archive.apache.org/dist/poi/xmlbeans/release/bin/ PKGNAMEPREFIX= apache- @@ -26,7 +27,10 @@ OTHERDOCS= LICENSE.txt NOTICE.txt README.txt PORTDOCS= * PORTEXAMPLES= * -OPTIONS_DEFINE= DOCS EXAMPLES +OPTIONS_DEFINE= DOCS EXAMPLES SAXON +OPTIONS_DEFAULT= SAXON +SAXON_DESC= Saxon XQuery processor for full XQuery and XPath support +SAXON_RUN_DEPENDS= saxon-he=10.6:textproc/saxon-he pre-configure: ${REINPLACE_CMD} -e 's|%%JAVAJARDIR%%|${JAVAJARDIR}|' \ |
