diff options
author | bad <bad@pkgsrc.org> | 2005-03-07 20:39:23 +0000 |
---|---|---|
committer | bad <bad@pkgsrc.org> | 2005-03-07 20:39:23 +0000 |
commit | 7808d9b4ed5bfe5089c8cb4d2dfdbd5a3f510e7d (patch) | |
tree | 31f7e43de64d2b42f29edc2154f1d42f8e53627e /mk | |
parent | 638ee61af6ae4edf9b014ca61b8c71dc08290bc4 (diff) | |
download | pkgsrc-7808d9b4ed5bfe5089c8cb4d2dfdbd5a3f510e7d.tar.gz |
Make the description of LIBTOOLIZE_PLIST a bit more explicit about
the file names of libtool archives.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/defaults/mk.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mk/defaults/mk.conf b/mk/defaults/mk.conf index f4761da9cc1..d0a83807f9e 100644 --- a/mk/defaults/mk.conf +++ b/mk/defaults/mk.conf @@ -1,4 +1,4 @@ -# $NetBSD: mk.conf,v 1.29 2005/03/07 20:29:55 bad Exp $ +# $NetBSD: mk.conf,v 1.30 2005/03/07 20:39:23 bad Exp $ # # A file providing defaults for pkgsrc and the packages collection. @@ -312,8 +312,8 @@ FETCH_OUTPUT_ARGS?= # empty # Possible: depends on your FETCH_CMD value. LIBTOOLIZE_PLIST?= yes -# This determines whether to expand libtool archives in PLISTs into the -# represented library names. +# This determines whether to expand libtool archives (.la files) in PLISTs +# into the represented library names. # Possible: yes, no # Default: yes |