diff options
author | obache <obache> | 2009-11-02 02:48:56 +0000 |
---|---|---|
committer | obache <obache> | 2009-11-02 02:48:56 +0000 |
commit | e99cacc53b86e76e6fe053435a34b6b7f12c1bbe (patch) | |
tree | 20b77e8c5537cfd9d962ba3009d5ad175ce7295f /pkgtools/pkglint/files | |
parent | da756da796ad7551cd1eb0b89649c443a1e2f95d (diff) | |
download | pkgsrc-e99cacc53b86e76e6fe053435a34b6b7f12c1bbe.tar.gz |
allow USE_JAVA=build.
Diffstat (limited to 'pkgtools/pkglint/files')
-rw-r--r-- | pkgtools/pkglint/files/makevars.map | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/pkglint/files/makevars.map b/pkgtools/pkglint/files/makevars.map index 7717cf769cd..12d9a50cd0f 100644 --- a/pkgtools/pkglint/files/makevars.map +++ b/pkgtools/pkglint/files/makevars.map @@ -1,4 +1,4 @@ -# $NetBSD: makevars.map,v 1.200 2009/09/15 10:03:48 rillig Exp $ +# $NetBSD: makevars.map,v 1.201 2009/11/02 02:48:56 obache Exp $ # # This file contains the guessed type of some variables, according to @@ -705,7 +705,7 @@ USE_GNU_CONFIGURE_HOST YesNo [$package] USE_GNU_ICONV Yes [m:s,c:s,o:s] USE_GNU_READLINE Yes [m:s,c:s,o:s] USE_IMAKE Yes [m:s] -USE_JAVA { run yes } [$package] +USE_JAVA { run yes build } [$package] USE_JAVA2 { YES yes no 1.4 1.5 } [$package] USE_LANGUAGES List of { c c99 c++ fortran java objc } [m:s,c:s,o:s] USE_LIBTOOL Yes [$package] |