diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2015-05-03 06:37:10 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2015-05-03 06:37:10 +0000 |
commit | 3297bbbd372b9783e90687401fba9c952aa22e9d (patch) | |
tree | 19ef04e2153f40724a9cc1b54ffc4c67c67bd193 /editors/libreoffice | |
parent | 16ed4b74528287e30b3d0409201de1a14cfdb6e6 (diff) | |
download | ports-3297bbbd372b9783e90687401fba9c952aa22e9d.tar.gz ports-3297bbbd372b9783e90687401fba9c952aa22e9d.zip |
Notes
Diffstat (limited to 'editors/libreoffice')
-rw-r--r-- | editors/libreoffice/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/libreoffice/Makefile b/editors/libreoffice/Makefile index b30704c4a262..ecceb75fd119 100644 --- a/editors/libreoffice/Makefile +++ b/editors/libreoffice/Makefile @@ -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 |