diff options
-rw-r--r-- | net/spread-j/Makefile | 3 | ||||
-rw-r--r-- | net/spread-j/files/patch-build.xml | 12 |
2 files changed, 13 insertions, 2 deletions
diff --git a/net/spread-j/Makefile b/net/spread-j/Makefile index 074723988b97..7e38271fec76 100644 --- a/net/spread-j/Makefile +++ b/net/spread-j/Makefile @@ -16,8 +16,7 @@ COMMENT= Java client library for the Spread Group Communication System BUILD_DEPENDS= ${ANT}:${PORTSDIR}/devel/apache-ant -USE_JAVA= 1.4+ -USE_JIKES= yes +USE_JAVA= 1.2+ JAVALIBDIR= ${PREFIX}/share/java/classes PKGMESSAGE= ${WRKSRC}/../license.txt diff --git a/net/spread-j/files/patch-build.xml b/net/spread-j/files/patch-build.xml new file mode 100644 index 000000000000..1e8a994212c2 --- /dev/null +++ b/net/spread-j/files/patch-build.xml @@ -0,0 +1,12 @@ +$FreeBSD$ + +--- build.xml Fri Apr 16 09:13:39 2004 ++++ build.xml Fri Apr 16 09:13:46 2004 +@@ -12,7 +12,6 @@ + <property name="project" value="spread"/> + <property name="title" value="${Name} ${version} API for Java"/> + <property name="year" value="2002"/> +- <property name="build.compiler" value="jikes"/> + <property name="build.dir" value="dest"/> + <property name="build.src" value="${build.dir}/src"/> + <property name="build.dest" value="${build.dir}/class"/> |