svn commit: r385231 - head/editors/libreoffice

Kurt Jaeger pi at FreeBSD.org
Sun May 3 06:37:11 UTC 2015


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


More information about the svn-ports-all mailing list