diff options
author | rillig <rillig@pkgsrc.org> | 2005-05-22 21:50:08 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-05-22 21:50:08 +0000 |
commit | b451fb4e8e71ee04ab52a0fa058bedd53ab88030 (patch) | |
tree | eb05863b4b0fca4fa26c623dd3494a4f7ac8c48b /pkgtools | |
parent | 87704fe595983a663d0336b3f9d5f2614d867a00 (diff) | |
download | pkgsrc-b451fb4e8e71ee04ab52a0fa058bedd53ab88030.tar.gz |
Added USE_LIBTOOL and USE_PKGLOCALEDIR.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkglint/files/makevars.map | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgtools/pkglint/files/makevars.map b/pkgtools/pkglint/files/makevars.map index 6739992ffba..e0b18774407 100644 --- a/pkgtools/pkglint/files/makevars.map +++ b/pkgtools/pkglint/files/makevars.map @@ -1,4 +1,4 @@ -# $NetBSD: makevars.map,v 1.2 2005/04/12 15:12:33 tv Exp $ +# $NetBSD: makevars.map,v 1.3 2005/05/22 21:50:08 rillig Exp $ # # This file tries to guess the type of some variables, according to their @@ -54,3 +54,5 @@ NO_CONFIGURE Yes_Or_Undefined #USE_PERL5 One_Of(build run) USE_X11 Yes_Or_Undefined MANZ Yes_Or_Undefined +USE_LIBTOOL Yes_Or_Undefined +USE_PKGLOCALEDIR Boolean |