diff options
Diffstat (limited to 'converters/odt2txt/Makefile')
-rw-r--r-- | converters/odt2txt/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/converters/odt2txt/Makefile b/converters/odt2txt/Makefile index 8d9abcc40c8..603d6dadc61 100644 --- a/converters/odt2txt/Makefile +++ b/converters/odt2txt/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2010/12/07 02:53:45 reed Exp $ +# $NetBSD: Makefile,v 1.4 2011/11/26 04:39:27 sbd Exp $ # DISTNAME= odt2txt-0.4 +PKGREVISION= 1 CATEGORIES= converters textproc MASTER_SITES= http://stosberg.net/odt2txt/ @@ -17,6 +18,7 @@ USE_TOOLS+= gmake INSTALLATION_DIRS+= bin ${PKGMANDIR}/man1 .include "../../converters/libiconv/buildlink3.mk" +.include "../../devel/zlib/buildlink3.mk" .include "../../mk/bsd.pkg.mk" # TODO: iconv or not? |