From 0682de0c5dca1e6692790fb75c6e9eeab6c7f516 Mon Sep 17 00:00:00 2001 From: Mario Sergio Fujikawa Ferreira Date: Wed, 2 Nov 2005 04:18:35 +0000 Subject: o Make it possible to build against jdk 1.5 by adding javac option memoryMaximumSize="80m" o Switch from jdk 1.4 to 1.5 which is recomended by azureus developers [1] Requested by: too many [1] --- net-p2p/vuze/Makefile | 4 ++-- net-p2p/vuze/files/build.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'net-p2p/vuze') diff --git a/net-p2p/vuze/Makefile b/net-p2p/vuze/Makefile index 747305cc8fae..ced19db2c050 100644 --- a/net-p2p/vuze/Makefile +++ b/net-p2p/vuze/Makefile @@ -7,7 +7,7 @@ PORTNAME= azureus PORTVERSION= 2.3.0.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net java MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -31,7 +31,7 @@ RUN_DEPENDS= \ ONLY_FOR_ARCHS= i386 USE_JAVA= yes -JAVA_VERSION= 1.4 +JAVA_VERSION= 1.5 JAVA_OS= native USE_ANT= yes USE_JIKES= no diff --git a/net-p2p/vuze/files/build.xml b/net-p2p/vuze/files/build.xml index 21ac16c59937..2a33f8c982b0 100644 --- a/net-p2p/vuze/files/build.xml +++ b/net-p2p/vuze/files/build.xml @@ -19,7 +19,7 @@ - + -- cgit v1.2.3