diff options
Diffstat (limited to 'net-p2p/frostwire')
-rw-r--r-- | net-p2p/frostwire/files/frostwire.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/frostwire/files/frostwire.sh.in b/net-p2p/frostwire/files/frostwire.sh.in index 3aff2282e2b6..7962e9a23c93 100644 --- a/net-p2p/frostwire/files/frostwire.sh.in +++ b/net-p2p/frostwire/files/frostwire.sh.in @@ -3,6 +3,6 @@ # $FreeBSD$ export J2SE_PREEMPTCLOSE=1 -export JAVA_VERSION="1.3+" +export JAVA_VERSION="%%JAVA_VERSION%%" cd "%%DATADIR%%" && exec "%%LOCALBASE%%/bin/java" -jar FrostWire.jar "$@" |