K 10 svn:author V 2 hq K 8 svn:date V 27 2004-11-29T17:33:41.000000Z K 7 svn:log V 609 When USE_ANT is defined, JAVA_BUILD is automatically set to 'jdk' but this conflicts with the default values for JAVA_BUILD and JAVA_RUN. Those variables are indeed set a default value when none of the them (together with JAVA_EXTRACT) is defined. Having USE_ANT set a value for JAVA_BUILD will cause JAVA_RUN not to be set its default value. This has RUN_DEPENDS not correctly set (missing the JDK entry) on many ports that use USE_ANT. This patch addresses this issue by moving the statements dealing with default values to have them executed before USE_ANT handling. Approved by: glewis (co-maintainer) END