summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorryoon <ryoon>2015-02-09 16:55:01 +0000
committerryoon <ryoon>2015-02-09 16:55:01 +0000
commit181d4f54a37b12f1f1e14de133459d5b4a742125 (patch)
tree7de2abd51ea3bbb1ddad109c4616afad339247ce /mk
parent619cee22accc0e5912a392f6ed3c93a29fa2f140 (diff)
downloadpkgsrc-181d4f54a37b12f1f1e14de133459d5b4a742125.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