diff options
-rw-r--r-- | textproc/odt2tex/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/odt2tex/Makefile b/textproc/odt2tex/Makefile index e196d11519b..b2ee5064645 100644 --- a/textproc/odt2tex/Makefile +++ b/textproc/odt2tex/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2016/07/28 10:26:33 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2016/10/01 13:07:50 joerg Exp $ DISTNAME= odt2tex-0.0.13 CATEGORIES= textproc @@ -9,6 +9,7 @@ HOMEPAGE= https://www.chronowerks.de/odt/ COMMENT= Convert ODT (Libre/OpenOffice text documents) to LaTeX input files LICENSE= mit +USE_LANGUAGES= c99 USE_TOOLS+= pkg-config .include "../../archivers/libzip/buildlink3.mk" |