diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2005-11-02 04:18:35 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2005-11-02 04:18:35 +0000 |
commit | 0682de0c5dca1e6692790fb75c6e9eeab6c7f516 (patch) | |
tree | e54c054a1dba05bbc9a46289ccd4f103ce6df30b /net-p2p/azureus | |
parent | 0bf0251405bac222a9b0617d2a4756281abd7f21 (diff) | |
download | ports-0682de0c5dca1e6692790fb75c6e9eeab6c7f516.tar.gz ports-0682de0c5dca1e6692790fb75c6e9eeab6c7f516.zip |
Notes
Diffstat (limited to 'net-p2p/azureus')
-rw-r--r-- | net-p2p/azureus/Makefile | 4 | ||||
-rw-r--r-- | net-p2p/azureus/files/build.xml | 2 |
2 files changed, 3 insertions, 3 deletions
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 diff --git a/net-p2p/azureus/files/build.xml b/net-p2p/azureus/files/build.xml index 21ac16c59937..2a33f8c982b0 100644 --- a/net-p2p/azureus/files/build.xml +++ b/net-p2p/azureus/files/build.xml @@ -19,7 +19,7 @@ <target name="compile" depends="init" description="compile the source " > <!-- Compile the java code from ${src} into ${build} --> - <javac srcdir="." destdir="${build}" fork="yes" memoryMaximumSize="64m"> + <javac srcdir="." destdir="${build}" fork="yes" memoryMaximumSize="80m"> <include name="**/*.java"/> <exclude name="**/Win32*.java"/> <exclude name="**/swt/osx/**"/> |