diff options
author | jkim <jkim@FreeBSD.org> | 2011-07-14 03:17:36 +0800 |
---|---|---|
committer | jkim <jkim@FreeBSD.org> | 2011-07-14 03:17:36 +0800 |
commit | bd9322c616d2d2598379fa003719cc1c6d597336 (patch) | |
tree | 208f79b4f3ae5ac4086a63f0c185ca4e8e2fc4c6 /java/icedtea-web | |
parent | d11e62db741237c3a454c49d92e4a324fc5eed4d (diff) | |
download | freebsd-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/Makefile | 4 |
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 \ |