diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2005-01-14 17:29:11 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2005-01-14 17:29:11 +0000 |
commit | 0c929d8b42c3123117c412bf63b27c8e2157c992 (patch) | |
tree | b953c105b8ec583257780e936c2bcd06919c8daa /net-p2p/azureus | |
parent | 02c5218a23fcf22181c174c2c5f4827ec6766768 (diff) | |
download | ports-0c929d8b42c3123117c412bf63b27c8e2157c992.tar.gz ports-0c929d8b42c3123117c412bf63b27c8e2157c992.zip |
Notes
Diffstat (limited to 'net-p2p/azureus')
-rw-r--r-- | net-p2p/azureus/Makefile | 4 | ||||
-rw-r--r-- | net-p2p/azureus/files/azureus | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net-p2p/azureus/Makefile b/net-p2p/azureus/Makefile index dd78176d02ba..e19859afb93a 100644 --- a/net-p2p/azureus/Makefile +++ b/net-p2p/azureus/Makefile @@ -7,7 +7,7 @@ PORTNAME= azureus PORTVERSION= 2.2.0.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net java MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -17,9 +17,9 @@ MAINTAINER= lioux@FreeBSD.org COMMENT= A BitTorrent client written in Java BUILD_DEPENDS= \ - ${LOCALBASE}/eclipse/plugins/org.eclipse.swt.gtk_${ECLIPSE_VERSION}/ws/gtk/swt-pi.jar:${PORTSDIR}/java/eclipse \ ${LOCALBASE}/eclipse/plugins/org.eclipse.swt.gtk_${ECLIPSE_VERSION}/ws/gtk/swt.jar:${PORTSDIR}/java/eclipse RUN_DEPENDS= \ + ${LOCALBASE}/eclipse/plugins/org.eclipse.swt.gtk_${ECLIPSE_VERSION}/ws/gtk/swt-pi.jar:${PORTSDIR}/java/eclipse \ ${BUILD_DEPENDS} ONLY_FOR_ARCHS= i386 diff --git a/net-p2p/azureus/files/azureus b/net-p2p/azureus/files/azureus index b58835467a73..2505948011a1 100644 --- a/net-p2p/azureus/files/azureus +++ b/net-p2p/azureus/files/azureus @@ -27,4 +27,4 @@ then echo "LIB_PATH = ${LIB_PATH}" fi -exec "%%JAVA%%" -cp "${CLASS_PATH}" "-Djava.library.path=${LIB_PATH}" "-Dos.name=Linux" org.gudy.azureus2.ui.swt.Main "${@}" +exec "%%JAVA%%" -cp "${CLASS_PATH}" "-Djava.library.path=${LIB_PATH}" "-Dos.name=Linux" "-Dazureus.config.path=${HOME}/.Azureus" "-Duser.dir=${HOME}/.Azureus" org.gudy.azureus2.ui.swt.Main "${@}" |