diff options
Diffstat (limited to 'textproc/sablotron/Makefile')
-rw-r--r-- | textproc/sablotron/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/sablotron/Makefile b/textproc/sablotron/Makefile index bca42ea115f..241c01ba7ea 100644 --- a/textproc/sablotron/Makefile +++ b/textproc/sablotron/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.36 2006/02/05 23:11:07 joerg Exp $ +# $NetBSD: Makefile,v 1.37 2006/04/12 22:52:34 rillig Exp $ DISTNAME= Sablot-1.0.2 PKGNAME= ${DISTNAME:S/Sablot/sablotron/} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= textproc MASTER_SITES= http://download-1.gingerall.cz/download/sablot/ @@ -16,6 +16,7 @@ GNU_CONFIGURE= YES USE_TOOLS+= gmake USE_LANGUAGES= c c++ USE_LIBTOOL= YES +CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc/sablotron # sablotron needs iconv but assumes it is in libc, so add what # buildlink3 finds. |