summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authortv <tv>2005-04-11 21:44:48 +0000
committertv <tv>2005-04-11 21:44:48 +0000
commit2560f48b2f5afa9fcb23e0718a2e2727ca7824cc (patch)
tree2d8b7b078f159a824fcd53503d6096a145f0f177 /doc
parentef731a8149ff6629b89ef7b7b5cf109c8144b868 (diff)
downloadpkgsrc-2560f48b2f5afa9fcb23e0718a2e2727ca7824cc.tar.gz
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile-example5
-rw-r--r--doc/guide/files/fixes.xml5
2 files changed, 4 insertions, 6 deletions
diff --git a/doc/Makefile-example b/doc/Makefile-example
index 6e29952c0ba..36885d99cba 100644
--- a/doc/Makefile-example
+++ b/doc/Makefile-example
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile-example,v 1.8 2005/02/12 11:05:05 rillig Exp $
+# $NetBSD: Makefile-example,v 1.9 2005/04/11 21:45:39 tv Exp $
# First paragraph - distfile and binary package data
# DISTNAME PKGNAME PKGREVISION SVR4_PKGNAME CATEGORIES MASTER_SITES
@@ -28,14 +28,13 @@ LICENSE= hptools-license
PKG_INSTALLATION_TYPES= overwrite pkgviews # needed for package views-ready packages
# Fifth paragraph - all build definitions that describe things used by
-# the package. These include: WRKSRC, USE_BUILDLINK3, GNU_CONFIGURE,
+# the package. These include: WRKSRC, GNU_CONFIGURE,
# HAS_CONFIGURE, USE_PKGLOCALEDIR, USE_INSTALL, TEXINFO_REQD, USE_JAVA,
# USE_PERL5, INFO_FILES, DIST_SUBDIR, etc.
DIST_SUBDIR= gmake
GNU_CONFIGURE= yes
INFO_FILES= make.info # any info files, whitespace delimited
TEXINFO_REQD= 4.0 # version of texinfo which is necessary
-USE_BUILDLINK3= yes
USE_PKGLOCALEDIR= yes
WRKSRC= ${WRKDIR}/src
diff --git a/doc/guide/files/fixes.xml b/doc/guide/files/fixes.xml
index df106a32d6e..03127bd4c1c 100644
--- a/doc/guide/files/fixes.xml
+++ b/doc/guide/files/fixes.xml
@@ -1,4 +1,4 @@
-<!-- $NetBSD: fixes.xml,v 1.10 2005/03/17 15:11:23 wiz Exp $ -->
+<!-- $NetBSD: fixes.xml,v 1.11 2005/04/11 21:45:39 tv Exp $ -->
<chapter id="fixes"> <?dbhtml filename="fixes.html"?>
<title>Notes on fixes for packages</title>
@@ -649,8 +649,7 @@ dynamic linker chooses the library with the greater REVISION number. </programli
<para>If your package makes use of the platform independent library
for loading dynamic shared objects, that comes with libtool
- (libltdl), you should include the libtool buildlink3.mk (and
- set <varname>USE_BUILDLINK3=YES</varname>).</para>
+ (libltdl), you should include devel/libltdl/buildlink3.mk.</para>
<para>Some packages use libtool incorrectly so that the package may not work or
build in some circumstances. Some of the more common errors are:</para>