diff options
author | rillig <rillig@pkgsrc.org> | 2007-11-30 08:27:51 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-11-30 08:27:51 +0000 |
commit | 67302ba713e0d380063644daddf85af4729b166c (patch) | |
tree | 5037af03933f0efb6c03142708f2aa2a35338460 /mk | |
parent | d59367dfdd071c2b275a1cec19b383054fe94741 (diff) | |
download | pkgsrc-67302ba713e0d380063644daddf85af4729b166c.tar.gz |
Documented USE_IMAKE.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/bsd.pkg.use.mk | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/mk/bsd.pkg.use.mk b/mk/bsd.pkg.use.mk index 5ad8c84a252..d3eccc5a7c7 100644 --- a/mk/bsd.pkg.use.mk +++ b/mk/bsd.pkg.use.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.use.mk,v 1.44 2007/10/17 10:43:37 rillig Exp $ +# $NetBSD: bsd.pkg.use.mk,v 1.45 2007/11/30 08:27:51 rillig Exp $ # # Turn USE_* macros into proper depedency logic. Included near the top of # bsd.pkg.mk, after bsd.prefs.mk. @@ -9,6 +9,14 @@ # Should be set to "yes" whenever a package uses a BSD-style # Makefile. These Makefiles typically end with a line including # <bsd.prog.mk>. + +# USE_IMAKE +# When set to "yes", means that the package uses imake as the +# primary (and often only) build system. This is different from +# USE_TOOLS+=imake, which only states that the package uses imake +# among other tools. +# +# Keywords: imake # .if defined(USE_BSD_MAKEFILE) |