diff options
author | Chris Rees <crees@FreeBSD.org> | 2011-08-13 07:40:10 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2011-08-13 07:40:10 +0000 |
commit | cc694e4f870ff64a414c046311596df32e654013 (patch) | |
tree | 07b5ad2daa5692b62409776c9a0ff6703fc01c83 /net-p2p/vuze | |
parent | 6f9f207fbe7f0a901d783cf7460df31c933705f1 (diff) | |
download | ports-cc694e4f870ff64a414c046311596df32e654013.tar.gz ports-cc694e4f870ff64a414c046311596df32e654013.zip |
Notes
Diffstat (limited to 'net-p2p/vuze')
-rw-r--r-- | net-p2p/vuze/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-p2p/vuze/Makefile b/net-p2p/vuze/Makefile index c118953f2ef4..8e45fc35babf 100644 --- a/net-p2p/vuze/Makefile +++ b/net-p2p/vuze/Makefile @@ -9,7 +9,9 @@ PORTNAME= vuze PORTVERSION= 4.3.1.4 PORTREVISION= 2 CATEGORIES= net-p2p java -MASTER_SITES= SF/azureus/${PORTNAME}/${PORTNAME}-${PORTVERSION} +# Moved to x-obsolete, could do with an update +#MASTER_SITES= SF/azureus/${PORTNAME}/${PORTNAME}-${PORTVERSION} +MASTER_SITES= SF/azureus/x_obsolete/${PORTNAME}-${PORTVERSION} DISTNAME= Vuze_${PORTVERSION}_source MAINTAINER= ports@FreeBSD.org @@ -19,8 +21,6 @@ BUILD_DEPENDS= ${JAVALIBDIR}/log4j.jar:${PORTSDIR}/devel/log4j \ ${JAVALIBDIR}/commons-cli.jar:${PORTSDIR}/java/jakarta-commons-cli \ ${JAVALIBDIR}/junit.jar:${PORTSDIR}/java/junit -BROKEN= does not fetch - USE_JAVA= yes JAVA_VERSION= 1.5+ JAVA_OS= native |