diff options
author | marino <marino@pkgsrc.org> | 2012-07-15 11:08:18 +0000 |
---|---|---|
committer | marino <marino@pkgsrc.org> | 2012-07-15 11:08:18 +0000 |
commit | e0c901542fe67dd2977d50981f431d0297b83cdf (patch) | |
tree | 565e44393a207eb67837730950db9d1cae2caafe /pkgtools | |
parent | d1a904d9c5cd72c18fe736473b9200da0599ba5d (diff) | |
download | pkgsrc-e0c901542fe67dd2977d50981f431d0297b83cdf.tar.gz |
pkgtools/pkglint: Add "ada" as valid value for USE_LANGUAGES
The mk/compiler/gcc.mk was recently updated to handle USE_LANGUAGES+= ada
which requires the use of the lang/gcc-aux compiler.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkglint/Makefile | 4 | ||||
-rw-r--r-- | pkgtools/pkglint/files/makevars.map | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/pkgtools/pkglint/Makefile b/pkgtools/pkglint/Makefile index 6f25cf1bee6..ff5fbfb79da 100644 --- a/pkgtools/pkglint/Makefile +++ b/pkgtools/pkglint/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.409 2012/07/14 20:32:37 wiz Exp $ +# $NetBSD: Makefile,v 1.410 2012/07/15 11:08:18 marino Exp $ # # Note: if you update the version number, please have a look at the # changes between the CVS tag "pkglint_current" and HEAD. # After updating, please re-set the CVS tag to HEAD. -DISTNAME= pkglint-4.117 +DISTNAME= pkglint-4.118 CATEGORIES= pkgtools MASTER_SITES= # none DISTFILES= # none diff --git a/pkgtools/pkglint/files/makevars.map b/pkgtools/pkglint/files/makevars.map index 9ab369bab91..2b09a108b73 100644 --- a/pkgtools/pkglint/files/makevars.map +++ b/pkgtools/pkglint/files/makevars.map @@ -1,4 +1,4 @@ -# $NetBSD: makevars.map,v 1.223 2012/07/09 21:57:16 wiz Exp $ +# $NetBSD: makevars.map,v 1.224 2012/07/15 11:08:19 marino Exp $ # # This file contains the guessed type of some variables, according to @@ -712,7 +712,7 @@ USE_GNU_READLINE Yes [m:s,c:s,o:s] USE_IMAKE Yes [m:s] USE_JAVA { run yes build } [$package] USE_JAVA2 { YES yes no 1.4 1.5 6 7 } [$package] -USE_LANGUAGES List of { c c99 c++ fortran fortran77 java objc } [m:s,c:s,o:s] +USE_LANGUAGES List of { ada c c99 c++ fortran fortran77 java objc } [m:s,c:s,o:s] USE_LIBTOOL Yes [$package] USE_MAKEINFO Yes [$package] USE_MSGFMT_PLURALS Yes [$package] |