diff options
author | reed <reed> | 2006-04-06 07:33:30 +0000 |
---|---|---|
committer | reed <reed> | 2006-04-06 07:33:30 +0000 |
commit | 840d629d2c16bca2e41d9dae6a8b58f61f9e3881 (patch) | |
tree | 1543e7807d5fe7fc6eb76845762f6392c1caf7ec /doc/guide | |
parent | 5a65e5fa7f56a8063b55138d522bf2ff6b618bfd (diff) | |
download | pkgsrc-840d629d2c16bca2e41d9dae6a8b58f61f9e3881.tar.gz |
Fix documention about about BUILDLINK_API_DEPENDS (was
BUILDLINK_DEPENDS) and BUILDLINK_ABI_DEPENDS.pkg (was
BUILDLINK_RECOMMENDED).
Noticed
Diffstat (limited to 'doc/guide')
-rw-r--r-- | doc/guide/files/buildlink.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/guide/files/buildlink.xml b/doc/guide/files/buildlink.xml index 2730d069d02..2209746fc86 100644 --- a/doc/guide/files/buildlink.xml +++ b/doc/guide/files/buildlink.xml @@ -1,4 +1,4 @@ -<!-- $NetBSD: buildlink.xml,v 1.14 2006/04/06 06:21:57 reed Exp $ --> +<!-- $NetBSD: buildlink.xml,v 1.15 2006/04/06 07:33:30 reed Exp $ --> <chapter id="buildlink"> <title>Buildlink methodology</title> @@ -241,8 +241,7 @@ <command>+=</command> to ensure that we're appending to any pre-existing list of values. This variable should be set to the first version of the - package that had the last change in the major number of a - shared library or that had a major API change. + package that had an API change. </para> </listitem> |