summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2015-02-09 16:55:01 +0000
committerryoon <ryoon@pkgsrc.org>2015-02-09 16:55:01 +0000
commit825d740989013fd1a155939b33b60155517db6e5 (patch)
tree7de2abd51ea3bbb1ddad109c4616afad339247ce /mk
parent1b24fa8870ba6fcee6d7c652d26cf5a07ed7e566 (diff)
downloadpkgsrc-825d740989013fd1a155939b33b60155517db6e5.tar.gz
Add 8 to USE_HAVA2 description.
Diffstat (limited to 'mk')
-rw-r--r--mk/java-vm.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/mk/java-vm.mk b/mk/java-vm.mk
index f6a740fded7..dbb789d25af 100644
--- a/mk/java-vm.mk
+++ b/mk/java-vm.mk
@@ -1,4 +1,4 @@
-# $NetBSD: java-vm.mk,v 1.96 2015/02/08 17:48:33 tnn Exp $
+# $NetBSD: java-vm.mk,v 1.97 2015/02/09 16:55:01 ryoon Exp $
#
# This Makefile fragment handles Java dependencies and make variables,
# and is meant to be included by packages that require Java either at
@@ -26,8 +26,8 @@
#
# USE_JAVA2
# When the package needs a Java 2 implementation, this variable
-# should be set to "yes". It can also be set to "1.4", "1.5", "6"
-# or "7" require an even more recent implementation.
+# should be set to "yes". It can also be set to "1.4", "1.5", "6".
+# "7" or "8" require an even more recent implementation.
#
# Possible values: yes no 1.4 1.5 6 7 8
# Default value: no