diff options
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 \ |