diff options
| author | Thierry Thomas <thierry@FreeBSD.org> | 2025-01-02 15:28:41 +0000 |
|---|---|---|
| committer | Thierry Thomas <thierry@FreeBSD.org> | 2025-01-02 15:40:12 +0000 |
| commit | cd4202841eb88ac7bfb5ad3f4f0d6eb76f82308c (patch) | |
| tree | be12bbbe06f236b869553f2013eff50fd2bdee0a /math | |
| parent | 812ddd37664f05a803637050b3d9ef64851f676e (diff) | |
Diffstat (limited to 'math')
| -rw-r--r-- | math/scilab/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/scilab/Makefile b/math/scilab/Makefile index 5886be28df75..62c4acdd6196 100644 --- a/math/scilab/Makefile +++ b/math/scilab/Makefile @@ -1,6 +1,6 @@ PORTNAME= scilab PORTVERSION= 6.1.1 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= math cad java MASTER_SITES= https://www.scilab.org/download/${PORTVERSION}/ DISTFILES= ${DISTNAME}-src${EXTRACT_SUFX} @@ -83,7 +83,7 @@ _GUI_DEPENDS+= ${JAVALIBDIR}/commons-beanutils.jar:java/apache-commons-beanutils ${LOCALBASE}/bin/splint:devel/splint # Documentation building: _GUI_DEPENDS+= ${LOCALBASE}/share/xsl/docbook/javahelp/javahelp.xsl:textproc/docbook-xsl \ - ${JAVALIBDIR}/saxon-he-10.6.jar:textproc/saxon-he \ + ${JAVALIBDIR}/saxon-he-12.5.jar:textproc/saxon-he \ ${JAVALIBDIR}/xml-apis-ext.jar:textproc/xml-commons \ xsltproc:textproc/libxslt # Other gui deps: |
