diff options
Diffstat (limited to 'textproc/sablotron/Makefile')
-rw-r--r-- | textproc/sablotron/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/sablotron/Makefile b/textproc/sablotron/Makefile index 73b0476da26..c9f9e07a83d 100644 --- a/textproc/sablotron/Makefile +++ b/textproc/sablotron/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/10/05 07:15:12 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2001/10/05 07:27:48 jlam Exp $ DISTNAME= Sablot-0.60 PKGNAME= sablotron-0.60 @@ -15,5 +15,6 @@ USE_GMAKE= YES USE_LIBTOOL= YES LTCONFIG_OVERRIDE= ${WRKSRC}/tools/ltconfig +.include "../../converters/libiconv/buildlink.mk" .include "../../textproc/expat/buildlink.mk" .include "../../mk/bsd.pkg.mk" |