aboutsummaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2011-07-13 19:17:36 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2011-07-13 19:17:36 +0000
commit0044cb6e9df4046b82d5809a7d983737935d0519 (patch)
tree3c9a85e6666ce4e1ab604fd94da9cf047ebc2857 /java
parent87825d13c4b5cec97fe8fff20b0719345dac5766 (diff)
downloadports-0044cb6e9df4046b82d5809a7d983737935d0519.tar.gz
ports-0044cb6e9df4046b82d5809a7d983737935d0519.zip
Specify JAVA_VERSION correctly to fix another build breakage.
Reported by: David Wolfskill (david at catwhisker dot org) Pointy hat to: jkim
Notes
Notes: svn path=/head/; revision=277644
Diffstat (limited to 'java')
-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 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 \