summaryrefslogtreecommitdiff
path: root/mk/defaults
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2004-10-21 17:00:10 +0000
committertv <tv@pkgsrc.org>2004-10-21 17:00:10 +0000
commitcff213b131dce9e91063eadaff86506354d5a79d (patch)
tree58580de0b246f3cff593dd9d01a1cfcad698a66d /mk/defaults
parent4a2e41217f80d43a032634403b5c0eb30399d60c (diff)
downloadpkgsrc-cff213b131dce9e91063eadaff86506354d5a79d.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.