$NetBSD$

--- build.xml.orig	2012-01-09 09:55:11.000000000 +0000
+++ build.xml
@@ -43,6 +43,9 @@ For help on the automatic tests availabl
     <property name="abcl.ext.dir"
               value="${basedir}/ext"/>
 
+    <property name="abcl.runtime.jar.path"
+              value="${abcl.jar.path}"/>
+
     <fail message="Please build using Ant 1.7.1 or higher.">
         <condition>
             <not>
@@ -451,7 +454,7 @@ from ${abcl.home.dir}
       <!-- Set from commandline or in 'build.properties' -->
       <property name="additional.jars" value=""/>
       <path id="abcl.runtime.classpath">
-        <pathelement location="${abcl.jar.path}"/>
+        <pathelement location="${abcl.runtime.jar.path}"/>
         <pathelement path="${additional.jars}"/>
       </path>
       <!-- set via '-Djava.options=JAVA_OPTIONS' or in 'build.properties -->
