summaryrefslogtreecommitdiff
path: root/doc/pkgsrc.txt
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2013-04-21 15:21:17 +0000
committerwiz <wiz@pkgsrc.org>2013-04-21 15:21:17 +0000
commit6509deedb15a5f6dd6d2d0fa664673d8ac280a8b (patch)
treeb1696dcd933da59bdd1dd50f23e451bc586b58dc /doc/pkgsrc.txt
parent2c6fc5d738eeb02b51aa7f107a65a7a16ec2b518 (diff)
downloadpkgsrc-6509deedb15a5f6dd6d2d0fa664673d8ac280a8b.tar.gz
regen
Diffstat (limited to 'doc/pkgsrc.txt')
-rw-r--r--doc/pkgsrc.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/pkgsrc.txt b/doc/pkgsrc.txt
index c16fbca01a8..d74f5324ec0 100644
--- a/doc/pkgsrc.txt
+++ b/doc/pkgsrc.txt
@@ -4825,7 +4825,7 @@ headers and libraries for these dependencies are also symlinked into $
are only added for directly include buildlink3.mk files.
When providing a buildlink3.mk and including other buildlink3.mk files in it,
-please only add necessary ones. I.e. those whose libraries or header files are
+please only add necessary ones, i.e., those whose libraries or header files are
automatically exposed when the package is use.
In particular, if only an executable (bin/foo) is linked against a library,
@@ -4841,7 +4841,7 @@ included:
they link. Some of the packages providing these probably need to be
buildlinked; however, it's not automatic, since e.g. GTK on some systems
pulls in the X libraries, so they will show up in the ldd output, while on
- others (like OS X) it won't. lddoutput can thus only be used as a hint.
+ others (like OS X) it won't. ldd output can thus only be used as a hint.
14.2.2. Updating BUILDLINK_API_DEPENDS.pkg and BUILDLINK_ABI_DEPENDS.pkg in
buildlink3.mk files