View | Details | Raw Unified | Return to bug 199819
Collapse All | Expand All

(-)editors/libreoffice/Makefile (-1 / +2 lines)
Lines 250-256 Link Here
250
			--enable-report-builder \
250
			--enable-report-builder \
251
			--with-ant-home=${LOCALBASE}/share/java/apache-ant \
251
			--with-ant-home=${LOCALBASE}/share/java/apache-ant \
252
			--with-jdk-home="${JAVA_HOME}" \
252
			--with-jdk-home="${JAVA_HOME}" \
253
			--with-junit=${JAVAJARDIR}/junit.jar
253
			--with-junit=${JAVAJARDIR}/junit.jar \
254
			--with-hamcrest=${JAVAJARDIR}/hamcrest.jar
254
JAVA_CONFIGURE_OFF=	--without-java
255
JAVA_CONFIGURE_OFF=	--without-java
255
JAVA_BUILD=	yes
256
JAVA_BUILD=	yes
256
JAVA_USE=	JAVA=yes
257
JAVA_USE=	JAVA=yes

Return to bug 199819