diff options
author | wiz <wiz@pkgsrc.org> | 2004-07-06 22:57:48 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-07-06 22:57:48 +0000 |
commit | aff90872e968344b19d29b345211f3e8d3af5146 (patch) | |
tree | 9f04213a4cea0d33a0466560086b4214d442dc9b /textproc | |
parent | 613ae35ce3933343d764df2f24960bd6a1e6a716 (diff) | |
download | pkgsrc-aff90872e968344b19d29b345211f3e8d3af5146.tar.gz |
buildlink2 -> buildlink3 in comment.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/sablotron/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/sablotron/Makefile b/textproc/sablotron/Makefile index 7c6934a4f18..c79e77da082 100644 --- a/textproc/sablotron/Makefile +++ b/textproc/sablotron/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2004/05/09 04:56:45 minskim Exp $ +# $NetBSD: Makefile,v 1.30 2004/07/06 22:57:48 wiz Exp $ DISTNAME= Sablot-1.0.1 PKGNAME= ${DISTNAME:S/Sablot/sablotron/} @@ -18,7 +18,7 @@ USE_LANGUAGES= c c++ USE_LIBTOOL= YES # sablotron needs iconv but assumes it is in libc, so add what -# buildlink2 finds. +# buildlink3 finds. LIBS+= ${_BUILDLINK_LDADD.iconv} .include "../../mk/compiler.mk" |