pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk PR pkg/41542 - java-vm.mk needs updating for openjd...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/11aea61811ee
branches:  trunk
changeset: 394119:11aea61811ee
user:      abs <abs%pkgsrc.org@localhost>
date:      Fri Jun 05 16:00:47 2009 +0000

description:
PR pkg/41542 - java-vm.mk needs updating for openjdk7-bin from yamt

diffstat:

 mk/java-vm.mk |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r c68c722d407a -r 11aea61811ee mk/java-vm.mk
--- a/mk/java-vm.mk     Fri Jun 05 12:08:02 2009 +0000
+++ b/mk/java-vm.mk     Fri Jun 05 16:00:47 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: java-vm.mk,v 1.68 2009/04/10 09:05:25 abs Exp $
+# $NetBSD: java-vm.mk,v 1.69 2009/06/05 16:00:47 abs Exp $
 #
 # This Makefile fragment handles Java dependencies and make variables,
 # and is meant to be included by packages that require Java either at
@@ -138,7 +138,8 @@
        NetBSD-*-i386 NetBSD-*-x86_64 \
        SunOS-5.11-i386
 _ONLY_FOR_PLATFORMS.openjdk7-bin= \
-       NetBSD-*-i386
+       NetBSD-[5-9]*-i386 \
+       NetBSD-[5-9]*-x86_64
 
 # Set the accepted JVMs for this platform.
 .for _jvm_ in ${_PKG_JVMS}



Home | Main Index | Thread Index | Old Index