diff options
author | wiz <wiz@pkgsrc.org> | 2005-07-27 10:02:17 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-07-27 10:02:17 +0000 |
commit | 6c28b3c28b878c173ae334c2d94e17633b6f95fa (patch) | |
tree | c9aa7b12230e7886a2292c63f2d391717bf6f35f /doc/Makefile-example | |
parent | 50d107e9515ac95a0d71f987900c4d3c110fcbb0 (diff) | |
download | pkgsrc-6c28b3c28b878c173ae334c2d94e17633b6f95fa.tar.gz |
No more buildlink2.
Diffstat (limited to 'doc/Makefile-example')
-rw-r--r-- | doc/Makefile-example | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Makefile-example b/doc/Makefile-example index 8ac1f1ed4e8..d86b1d5cf90 100644 --- a/doc/Makefile-example +++ b/doc/Makefile-example @@ -1,4 +1,4 @@ -# $NetBSD: Makefile-example,v 1.10 2005/07/16 01:19:09 jlam Exp $ +# $NetBSD: Makefile-example,v 1.11 2005/07/27 10:02:17 wiz Exp $ # First paragraph - distfile and binary package data # DISTNAME PKGNAME PKGREVISION SVR4_PKGNAME CATEGORIES MASTER_SITES @@ -67,7 +67,7 @@ BUILD_DEFS+= GNU_PROGRAM_PREFIX # sorted alphabetically. .include "../../devel/gettext-lib/buildlink3.mk" -# The section that handles pthreads should come after all other buildlink[23] +# The section that handles pthreads should come after all other buildlink3 # files have been included. .include "../../mk/pthread.buildlink3.mk" .if ${PTHREAD_TYPE} == "none" |