Date: Sun, 3 May 2015 06:37:11 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r385231 - head/editors/libreoffice Message-ID: <201505030637.t436bBVu077606@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pi Date: Sun May 3 06:37:10 2015 New Revision: 385231 URL: https://svnweb.freebsd.org/changeset/ports/385231 Log: 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 Modified: head/editors/libreoffice/Makefile Modified: head/editors/libreoffice/Makefile ============================================================================== --- head/editors/libreoffice/Makefile Sun May 3 02:47:10 2015 (r385230) +++ head/editors/libreoffice/Makefile Sun May 3 06:37:10 2015 (r385231) @@ -250,7 +250,8 @@ JAVA_CONFIGURE_ON= --enable-ext-wiki-pub --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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505030637.t436bBVu077606>