diff options
author | rillig <rillig@pkgsrc.org> | 2005-12-02 18:47:58 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-12-02 18:47:58 +0000 |
commit | f041fdff094f42686731344291ad97bb6202256a (patch) | |
tree | b014e27329d3a73244da87c060dec2775bd5a9c7 /pkgtools/pkglint | |
parent | d300d9f9079e3887f8252e0b3d77955af429cbec (diff) | |
download | pkgsrc-f041fdff094f42686731344291ad97bb6202256a.tar.gz |
Added CONFLICTS, CC and CXX. The latter two are marked as read-only.
(Hi hubertf.)
Diffstat (limited to 'pkgtools/pkglint')
-rw-r--r-- | pkgtools/pkglint/files/makevars.map | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/pkgtools/pkglint/files/makevars.map b/pkgtools/pkglint/files/makevars.map index a7eb4fcd114..fe1b18b8802 100644 --- a/pkgtools/pkglint/files/makevars.map +++ b/pkgtools/pkglint/files/makevars.map @@ -1,4 +1,4 @@ -# $NetBSD: makevars.map,v 1.48 2005/12/02 17:09:12 wiz Exp $ +# $NetBSD: makevars.map,v 1.49 2005/12/02 18:47:58 rillig Exp $ # # This file contains the guessed type of some variables, according to @@ -53,12 +53,15 @@ BUILTIN_X11_TYPE Readonly BUILTIN_X11_VERSION Readonly CATEGORIES List of Category CC_VERSION Readonly +CC Readonly CFLAGS List+ COMMENT Comment CONFIGURE_ARGS List+ of ShellWord CONFIGURE_DIRS List of WrksrcSubdirectory CONFIGURE_ENV List+ of ShellWord +CONFLICTS List of Dependency CPPFLAGS List+ +CXX Readonly DEPENDS List!+ of DependencyWithPath DISTFILES List of Filename DISTNAME Filename |