summaryrefslogtreecommitdiff
path: root/mk/bsd.pkg.use.mk
diff options
context:
space:
mode:
authorrillig <rillig>2007-11-30 08:27:51 +0000
committerrillig <rillig>2007-11-30 08:27:51 +0000
commit32bc515734b525b7d49a1602100cf8ca9c316eeb (patch)
tree5037af03933f0efb6c03142708f2aa2a35338460 /mk/bsd.pkg.use.mk
parentda9b38647065ca2b972a31354be0bf2c014a8007 (diff)
downloadpkgsrc-32bc515734b525b7d49a1602100cf8ca9c316eeb.tar.gz
Documented USE_IMAKE.
Diffstat (limited to 'mk/bsd.pkg.use.mk')
-rw-r--r--mk/bsd.pkg.use.mk10
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)