summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authortron <tron>2013-12-27 00:11:38 +0000
committertron <tron>2013-12-27 00:11:38 +0000
commitb8d31daf5eeef4b0bd4fd89aac58b8ad20305ea1 (patch)
treef6da68d5f02117bd6db32de03e45220e66e08ecd /mk
parent1672ad36de8b8c15c65826ad20accae4d3fdedcb (diff)
downloadpkgsrc-b8d31daf5eeef4b0bd4fd89aac58b8ad20305ea1.tar.gz
Add Solaris 10 i386 and x86_64 as a supported platforms for "sun-jdk16".
This allows "pkgsrc" to detect the Java 1.6 bundled with recent Solaris 10 update releases. Change during freeze approved by Greg Troxel.
Diffstat (limited to 'mk')
-rw-r--r--mk/java-vm.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/mk/java-vm.mk b/mk/java-vm.mk
index 9084d5c4181..9613a4ef3e3 100644
--- a/mk/java-vm.mk
+++ b/mk/java-vm.mk
@@ -1,4 +1,4 @@
-# $NetBSD: java-vm.mk,v 1.93 2013/12/25 22:04:30 tron Exp $
+# $NetBSD: java-vm.mk,v 1.94 2013/12/27 00:11:38 tron Exp $
#
# This Makefile fragment handles Java dependencies and make variables,
# and is meant to be included by packages that require Java either at
@@ -133,7 +133,9 @@ _ONLY_FOR_PLATFORMS.sun-jdk6= \
Linux-*-i[3-6]86 \
Linux-*-x86_64 \
NetBSD-*-i386 NetBSD-*-x86_64 \
+ SunOS-5.10-i386 \
SunOS-5.10-sparc \
+ SunOS-5.10-x86_64 \
SunOS-5.11-i386 \
SunOS-5.11-x86_64
_ONLY_FOR_PLATFORMS.openjdk7= \