summaryrefslogtreecommitdiff
path: root/mk/defaults
diff options
context:
space:
mode:
authortv <tv>2004-10-21 17:00:10 +0000
committertv <tv>2004-10-21 17:00:10 +0000
commitb44ad9c1be1f686935d0af15be70f39cb52016e7 (patch)
tree58580de0b246f3cff593dd9d01a1cfcad698a66d /mk/defaults
parentb9869c28ad0ce6517b51c61ab8c866b62d08d502 (diff)
downloadpkgsrc-b44ad9c1be1f686935d0af15be70f39cb52016e7.tar.gz
Put back LIBTOOLIZE_PLIST, which I meant to do but didn't commit. This is
needed by some packages currently which install broken .la files or otherwise don't work with the transform logic yet.
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 b2718b66539..eb7d99de954 100644
--- a/mk/defaults/mk.conf
+++ b/mk/defaults/mk.conf
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf,v 1.8 2004/10/12 13:58:22 tv Exp $
+# $NetBSD: mk.conf,v 1.9 2004/10/21 17:00:10 tv Exp $
#
# A file providing defaults for pkgsrc and the packages collection.
@@ -257,6 +257,12 @@ FETCH_RESUME_ARGS?= # empty
# Default: -R
# Possible: depends on your FETCH_CMD value.
+LIBTOOLIZE_PLIST?= yes
+# This determines whether to expand libtool archives in PLISTs into the
+# represented library names.
+# Possible: yes, no
+# Default: no
+
PKG_INSTALLATION_PREFS?= overwrite pkgviews
# This is a whitespace-separated list of installation types to try when
# building a package, in order of preference.