aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p/vuze
diff options
context:
space:
mode:
authorhq <hq@FreeBSD.org>2004-11-15 11:17:17 +0800
committerhq <hq@FreeBSD.org>2004-11-15 11:17:17 +0800
commite87d33b3fa7165e0bef8487c3487ea455afc0cf8 (patch)
tree856539b765f488266f0d9a6c78a0c55e77458a3f /net-p2p/vuze
parent824b9a2a5ef322197c7b97aa9f50483ce1b8b05e (diff)
downloadfreebsd-ports-gnome-e87d33b3fa7165e0bef8487c3487ea455afc0cf8.tar.gz
freebsd-ports-gnome-e87d33b3fa7165e0bef8487c3487ea455afc0cf8.tar.zst
freebsd-ports-gnome-e87d33b3fa7165e0bef8487c3487ea455afc0cf8.zip
Fix a GUI display error by telling the application the operating system it is
run on. PR: 73854 Submitted by: maintainer
Diffstat (limited to 'net-p2p/vuze')
-rw-r--r--net-p2p/vuze/Makefile2
-rw-r--r--net-p2p/vuze/files/azureus2
2 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/vuze/Makefile b/net-p2p/vuze/Makefile
index f09ec81f7e9a..6c8300618101 100644
--- a/net-p2p/vuze/Makefile
+++ b/net-p2p/vuze/Makefile
@@ -7,7 +7,7 @@
PORTNAME= azureus
PORTVERSION= 2.1.0.4
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net java
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
diff --git a/net-p2p/vuze/files/azureus b/net-p2p/vuze/files/azureus
index 6fe4c562acc1..8d45e55bbfda 100644
--- a/net-p2p/vuze/files/azureus
+++ b/net-p2p/vuze/files/azureus
@@ -20,4 +20,4 @@ then
echo "LIB_PATH = ${LIB_PATH}"
fi
-"%%JAVA%%" -cp "${CLASS_PATH}" "-Djava.library.path=${LIB_PATH}" org.gudy.azureus2.ui.swt.Main
+"%%JAVA%%" -cp "${CLASS_PATH}" "-Djava.library.path=${LIB_PATH}" "-Dos.name=Linux" org.gudy.azureus2.ui.swt.Main