aboutsummaryrefslogtreecommitdiffstats
path: root/java/icedtea-web
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2011-07-14 03:17:36 +0800
committerjkim <jkim@FreeBSD.org>2011-07-14 03:17:36 +0800
commitbd9322c616d2d2598379fa003719cc1c6d597336 (patch)
tree208f79b4f3ae5ac4086a63f0c185ca4e8e2fc4c6 /java/icedtea-web
parentd11e62db741237c3a454c49d92e4a324fc5eed4d (diff)
downloadfreebsd-ports-graphics-bd9322c616d2d2598379fa003719cc1c6d597336.tar.gz
freebsd-ports-graphics-bd9322c616d2d2598379fa003719cc1c6d597336.tar.zst
freebsd-ports-graphics-bd9322c616d2d2598379fa003719cc1c6d597336.zip
Specify JAVA_VERSION correctly to fix another build breakage.
Reported by: David Wolfskill (david at catwhisker dot org) Pointy hat to: jkim
Diffstat (limited to 'java/icedtea-web')
-rw-r--r--java/icedtea-web/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/java/icedtea-web/Makefile b/java/icedtea-web/Makefile
index b7851b8f786..a6373350040 100644
--- a/java/icedtea-web/Makefile
+++ b/java/icedtea-web/Makefile
@@ -16,8 +16,10 @@ LICENSE= GPLv2
GNU_CONFIGURE= yes
USE_GMAKE= yes
-USE_JAVA= 1.6
+USE_JAVA= yes
+JAVA_OS= native
JAVA_VENDOR= openjdk
+JAVA_VERSION= 1.6
USE_XORG= x11
OPTIONS= PLUGIN "Enable the browser plug-in" on \