diff options
author | kano <kano> | 2011-05-29 15:15:07 +0000 |
---|---|---|
committer | kano <kano> | 2011-05-29 15:15:07 +0000 |
commit | eeb4be1515085545dc4d2d014760301bcc5925e5 (patch) | |
tree | 3eb982080cf52ba157bf10ab807f97e40ef51e32 /doc/guide/files | |
parent | 23d8edbfb33c9393d28e478ed636a80748b1ea64 (diff) | |
download | pkgsrc-eeb4be1515085545dc4d2d014760301bcc5925e5.tar.gz |
remove "again": mentioning existence of buildlink3.mk was removed from description of BUILD_DEPENDS in rev. 1.103
Diffstat (limited to 'doc/guide/files')
-rw-r--r-- | doc/guide/files/fixes.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/guide/files/fixes.xml b/doc/guide/files/fixes.xml index a826a6bcd86..650cb0494b9 100644 --- a/doc/guide/files/fixes.xml +++ b/doc/guide/files/fixes.xml @@ -1,4 +1,4 @@ -<!-- $NetBSD: fixes.xml,v 1.104 2011/05/21 16:39:03 wiz Exp $ --> +<!-- $NetBSD: fixes.xml,v 1.105 2011/05/29 15:15:07 kano Exp $ --> <chapter id="fixes"> <?dbhtml filename="fixes.html"?> <title>Making your package work</title> @@ -337,7 +337,7 @@ BUILD_DEPENDS+= scons-[0-9]*:../../devel/scons <listitem> <para>If your package needs a library with which to link and - again there is no <filename>buildlink3.mk</filename> file + there is no <filename>buildlink3.mk</filename> file available, create one. Using <varname>DEPENDS</varname> won't be sufficient because the include files and libraries will be hidden from the compiler.</para> |