diff options
author | lioux <lioux@FreeBSD.org> | 2005-11-02 12:18:35 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2005-11-02 12:18:35 +0800 |
commit | b39edbda3aa232eede0ce26017a15f1c92c3f10d (patch) | |
tree | 7640a6df5e339c28d4cf5316ef23bcd13ba153e3 /net-p2p/azureus/Makefile | |
parent | 933cd850a0c15a3498ce3170a9f96f73ed0846e0 (diff) | |
download | freebsd-ports-gnome-b39edbda3aa232eede0ce26017a15f1c92c3f10d.tar.gz freebsd-ports-gnome-b39edbda3aa232eede0ce26017a15f1c92c3f10d.tar.zst freebsd-ports-gnome-b39edbda3aa232eede0ce26017a15f1c92c3f10d.zip |
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]
Diffstat (limited to 'net-p2p/azureus/Makefile')
-rw-r--r-- | net-p2p/azureus/Makefile | 4 |
1 files changed, 2 insertions, 2 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 |