mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
editors/libreoffice: fix build, if JAVA is selected
... which needs junit, which was updated because it no longer built, which caused a new dependency on hamcrest. PR: 199819 Submitted by: danilo Approved by: just fix it approval
This commit is contained in:
parent
16ed4b7452
commit
3297bbbd37
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=385231
@ -250,7 +250,8 @@ JAVA_CONFIGURE_ON= --enable-ext-wiki-publisher \
|
||||
--enable-report-builder \
|
||||
--with-ant-home=${LOCALBASE}/share/java/apache-ant \
|
||||
--with-jdk-home="${JAVA_HOME}" \
|
||||
--with-junit=${JAVAJARDIR}/junit.jar
|
||||
--with-junit=${JAVAJARDIR}/junit.jar \
|
||||
--with-hamcrest=${JAVAJARDIR}/hamcrest.jar
|
||||
JAVA_CONFIGURE_OFF= --without-java
|
||||
JAVA_BUILD= yes
|
||||
JAVA_USE= JAVA=yes
|
||||
|
Loading…
Reference in New Issue
Block a user