From 89e48ca9d22391af203f7352fd2645a1b60f6d3c Mon Sep 17 00:00:00 2001 From: joerg Date: Sat, 1 Oct 2016 13:07:50 +0000 Subject: Uses C99 for loop declarations. --- textproc/odt2tex/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" -- cgit v1.2.3