diff options
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" |