From cfffec88cbbaf5af16e73684918268315e1c77eb Mon Sep 17 00:00:00 2001 From: Herve Quiroz Date: Tue, 9 Nov 2004 02:11:42 +0000 Subject: Ports that use USE_ANT will now automatically build with Jikes if available and not explicitly forbiden. PR: 44432 Suggested by: znerd Approved by: glewis (co-maintainer) --- Mk/bsd.java.mk | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Mk/bsd.java.mk') diff --git a/Mk/bsd.java.mk b/Mk/bsd.java.mk index b54c3644e9aa..a1641a4f8743 100644 --- a/Mk/bsd.java.mk +++ b/Mk/bsd.java.mk @@ -471,6 +471,9 @@ RUN_DEPENDS+= ${DEPEND_JAVA} . if defined(USE_ANT) ANT?= ${LOCALBASE}/bin/ant MAKE_ENV+= JAVA_HOME=${JAVA_HOME} +. if defined(HAVE_JIKES) +MAKE_ARGS+= -Dbuild.compiler=jikes +. endif BUILD_DEPENDS+= ${ANT}:${PORTSDIR}/devel/apache-ant ALL_TARGET?= . if !target(do-build) -- cgit v1.2.3