diff options
author | abs <abs@pkgsrc.org> | 2012-11-20 11:41:29 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2012-11-20 11:41:29 +0000 |
commit | 8297d1caa3f1c6c08cc939caab422a216869468f (patch) | |
tree | 6446e68d515838cf2dab52d98a746a57255ca025 /pkgtools | |
parent | acb648d2f61923d44cf7ad99928fbd12f64f4098 (diff) | |
download | pkgsrc-8297d1caa3f1c6c08cc939caab422a216869468f.tar.gz |
Add openjdk7 & openjdk7-bin to other JVM lists
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkglint/Makefile | 3 | ||||
-rw-r--r-- | pkgtools/pkglint/files/makevars.map | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/pkgtools/pkglint/Makefile b/pkgtools/pkglint/Makefile index e6d24992433..d82d02b63c5 100644 --- a/pkgtools/pkglint/Makefile +++ b/pkgtools/pkglint/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.421 2012/10/03 22:17:18 wiz Exp $ -# +# $NetBSD: Makefile,v 1.422 2012/11/20 11:41:29 abs Exp $ # Note: if you update the version number, please have a look at the # changes between the CVS tag "pkglint_current" and HEAD. diff --git a/pkgtools/pkglint/files/makevars.map b/pkgtools/pkglint/files/makevars.map index dc42dfe9af7..181daf2cd4c 100644 --- a/pkgtools/pkglint/files/makevars.map +++ b/pkgtools/pkglint/files/makevars.map @@ -1,4 +1,4 @@ -# $NetBSD: makevars.map,v 1.227 2012/10/03 22:14:03 wiz Exp $ +# $NetBSD: makevars.map,v 1.228 2012/11/20 11:41:29 abs Exp $ # # This file contains the guessed type of some variables, according to @@ -576,12 +576,14 @@ PKG_JVMS_ACCEPTED List of { \ jdk jdk14 \ kaffe \ sun-jdk13 sun-jdk14 sun-jdk15 sun-jdk6 \ + openjdk7 openjdk7-bin \ } [m:s,c:ds] PKG_JVM_DEFAULT { \ blackdown-jdk13 \ jdk jdk14 \ kaffe \ sun-jdk13 sun-jdk14 sun-jdk15 sun-jdk6 \ + openjdk7 openjdk7-bin \ } [$user] PKG_LEGACY_OPTIONS List of Option PKG_LIBTOOL Pathname [m:s] |