diff options
author | bad <bad> | 2005-03-07 20:39:23 +0000 |
---|---|---|
committer | bad <bad> | 2005-03-07 20:39:23 +0000 |
commit | 1c992274a066708381f176b67b399b79d5c4071f (patch) | |
tree | 31f7e43de64d2b42f29edc2154f1d42f8e53627e /mk/defaults | |
parent | 7edfe74a41dbac6c237814075c48118f699fda9f (diff) | |
download | pkgsrc-1c992274a066708381f176b67b399b79d5c4071f.tar.gz |
Make the description of LIBTOOLIZE_PLIST a bit more explicit about
the file names of libtool archives.
Diffstat (limited to 'mk/defaults')
-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 |