From b39edbda3aa232eede0ce26017a15f1c92c3f10d Mon Sep 17 00:00:00 2001 From: lioux 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/azureus/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net-p2p/azureus/Makefile') diff --git a/net-p2p/azureus/Makefile b/net-p2p/azureus/Makefile index 747305cc8fae..ced19db2c050 100644 --- a/net-p2p/azureus/Makefile +++ b/net-p2p/azureus/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 -- cgit