diff options
author | Herve Quiroz <hq@FreeBSD.org> | 2004-11-09 02:11:42 +0000 |
---|---|---|
committer | Herve Quiroz <hq@FreeBSD.org> | 2004-11-09 02:11:42 +0000 |
commit | cfffec88cbbaf5af16e73684918268315e1c77eb (patch) | |
tree | bfb5aa8b559ce7beffb2296eab414bfb64d8bd04 /Mk/bsd.java.mk | |
parent | 114182d13dd37595559b1c4006d4fb4d65272429 (diff) | |
download | ports-cfffec88cbbaf5af16e73684918268315e1c77eb.tar.gz ports-cfffec88cbbaf5af16e73684918268315e1c77eb.zip |
Notes
Diffstat (limited to 'Mk/bsd.java.mk')
-rw-r--r-- | Mk/bsd.java.mk | 3 |
1 files changed, 3 insertions, 0 deletions
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) |