summaryrefslogtreecommitdiff
path: root/mk/java-vm.mk
diff options
context:
space:
mode:
authorryoon <ryoon>2011-11-26 18:25:43 +0000
committerryoon <ryoon>2011-11-26 18:25:43 +0000
commit337a7ee183f3a2d404cbb5490f7a82cd1834ce88 (patch)
tree147debc7a9fc85def9bfbcccd1f8737c383eb4d3 /mk/java-vm.mk
parente40df4f788418c3ec55c39a07a1a0eb5121fb217 (diff)
downloadpkgsrc-337a7ee183f3a2d404cbb5490f7a82cd1834ce88.tar.gz
Document section update. PR pkg/45654.
* Add value "7" to USE_JAVA2.
Diffstat (limited to 'mk/java-vm.mk')
-rw-r--r--mk/java-vm.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/mk/java-vm.mk b/mk/java-vm.mk
index f51d513fe1b..fd52ab1204e 100644
--- a/mk/java-vm.mk
+++ b/mk/java-vm.mk
@@ -1,4 +1,4 @@
-# $NetBSD: java-vm.mk,v 1.81 2011/10/03 10:02:56 yyamano Exp $
+# $NetBSD: java-vm.mk,v 1.82 2011/11/26 18:25:43 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,10 +26,10 @@
#
# 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",
-# or "6" require an even more recent implementation.
+# should be set to "yes". It can also be set to "1.4", "1.5", "6"
+# or "7" require an even more recent implementation.
#
-# Possible values: yes no 1.4 1.5 6
+# Possible values: yes no 1.4 1.5 6 7
# Default value: no
#
# PKG_JVMS_ACCEPTED