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/pkglint/Makefile | |
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/pkglint/Makefile')
-rw-r--r-- | pkgtools/pkglint/Makefile | 4 |
1 files changed, 2 insertions, 2 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 |