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

(-)bsd.java.mk (+11 lines)
Lines 473-478 Link Here
473
.			endif
473
.			endif
474
.		endif
474
.		endif
475
475
476
# Compilation using Apache ant: propagate JAVA_HOME value to
477
# ant environment
478
479
.       if defined(USE_ANT)
480
.           if (${USE_ANT} == "YES") || (${USE_ANT} == "yes")
481
ANTCMD??=		${LOCALBASE}/bin/ant
482
ANT=			${SETENV} JAVA_HOME=${JAVA_HOME} ${ANTCMD}
483
BUILD_DEPENDS+=	${ANTCMD}:${PORTSDIR}/devel/apache-ant
484
.           endif
485
.       endif
486
476
# Define the location of some more executables.
487
# Define the location of some more executables.
477
APPLETVIEWER=	${JAVA_HOME}/bin/appletviewer
488
APPLETVIEWER=	${JAVA_HOME}/bin/appletviewer
478
JAR=			${JAVA_HOME}/bin/jar
489
JAR=			${JAVA_HOME}/bin/jar

Return to bug 59997