From 0044cb6e9df4046b82d5809a7d983737935d0519 Mon Sep 17 00:00:00 2001 From: Jung-uk Kim Date: Wed, 13 Jul 2011 19:17:36 +0000 Subject: Specify JAVA_VERSION correctly to fix another build breakage. Reported by: David Wolfskill (david at catwhisker dot org) Pointy hat to: jkim --- java/icedtea-web/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'java') diff --git a/java/icedtea-web/Makefile b/java/icedtea-web/Makefile index b7851b8f786c..a63733500403 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 \ -- cgit v1.2.3