summaryrefslogtreecommitdiff
path: root/mk/defaults
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2008-01-16 03:16:39 +0000
committertnn <tnn@pkgsrc.org>2008-01-16 03:16:39 +0000
commit6692a72e1beda359e92bafe5918d5bd9df0c92ae (patch)
tree9c1df167d7197f87d482f765be22d8cff655f6b6 /mk/defaults
parenta0dcf1accc80f94ebc933e6502d73fda581ac7e5 (diff)
downloadpkgsrc-6692a72e1beda359e92bafe5918d5bd9df0c92ae.tar.gz
Provide a mechanism for enabling use of pkgtools/posix_headers.
Diffstat (limited to 'mk/defaults')
-rw-r--r--mk/defaults/mk.conf8
1 files changed, 7 insertions, 1 deletions
diff --git a/mk/defaults/mk.conf b/mk/defaults/mk.conf
index ee7aa64f508..06c7aaff997 100644
--- a/mk/defaults/mk.conf
+++ b/mk/defaults/mk.conf
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf,v 1.170 2008/01/05 17:21:46 tron Exp $
+# $NetBSD: mk.conf,v 1.171 2008/01/16 03:16:40 tnn Exp $
#
# This file provides default values for variables that may be overridden
@@ -355,6 +355,12 @@ FETCH_CMD?= /usr/bin/ftp
# Default: NetBSD's ftp(1).
# Possible: any.
+#FIX_SYSTEM_HEADERS=
+# Make pkgtools/posix_headers an automatic build dependency for all
+# packages except those in the pkgtools category.
+# Possible: "yes", not defined
+# Default: not defined
+
LIBTOOLIZE_PLIST?= yes
# This determines whether to expand libtool archives (.la files) in PLISTs
# into the represented library names.