diff options
author | obache <obache@pkgsrc.org> | 2013-09-01 05:30:15 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2013-09-01 05:30:15 +0000 |
commit | 11656315dedeca219bdf944666641c9c4e6f42d5 (patch) | |
tree | 1ab67d0ebe68d8e87a9efb703f1606fbebea8ffe /pkgtools | |
parent | f52aa14eb45889f418bbba0ac654a9edb412347d (diff) | |
download | pkgsrc-11656315dedeca219bdf944666641c9c4e6f42d5.tar.gz |
tell TOOL_DEPENDS, same as BUILD_DEPENDS.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkglint/files/makevars.map | 3 | ||||
-rw-r--r-- | pkgtools/pkglint/files/pkglint.pl | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/pkgtools/pkglint/files/makevars.map b/pkgtools/pkglint/files/makevars.map index b288b0214aa..27dd479e88a 100644 --- a/pkgtools/pkglint/files/makevars.map +++ b/pkgtools/pkglint/files/makevars.map @@ -1,4 +1,4 @@ -# $NetBSD: makevars.map,v 1.237 2013/08/31 18:14:28 rillig Exp $ +# $NetBSD: makevars.map,v 1.238 2013/09/01 05:30:15 obache Exp $ # # This file contains the guessed type of some variables, according to @@ -697,6 +697,7 @@ TEST_TARGET List of Identifier [m:s,c:ds] TEX_ACCEPTED List of { teTeX1 teTeX2 teTeX3 } [m:s,c:s] TEX_DEPMETHOD { build run } [m:s,c:s] TEXINFO_REQD List of Version [$package_list] +TOOL_DEPENDS InternalList of DependencyWithPath [c:a,m:a,o:a,*.mk:a] TOOLS_ALIASES List of Filename [$system] TOOLS_BROKEN List of Tool [$system] TOOLS_CREATE List of Tool [$system] diff --git a/pkgtools/pkglint/files/pkglint.pl b/pkgtools/pkglint/files/pkglint.pl index 12bcbe1fd8b..492a19ccc14 100644 --- a/pkgtools/pkglint/files/pkglint.pl +++ b/pkgtools/pkglint/files/pkglint.pl @@ -1,5 +1,5 @@ #! @PERL@ -# $NetBSD: pkglint.pl,v 1.858 2013/08/31 18:14:28 rillig Exp $ +# $NetBSD: pkglint.pl,v 1.859 2013/09/01 05:30:15 obache Exp $ # # pkglint - static analyzer and checker for pkgsrc packages @@ -4974,6 +4974,7 @@ sub checklines_package_Makefile_varorder($) { [ "Dependencies", optional, [ [ "BUILD_DEPENDS", many ], + [ "TOOL_DEPENDS", many ], [ "DEPENDS", many ], ] ] |