diff options
author | joerg <joerg@pkgsrc.org> | 2016-10-01 13:07:50 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2016-10-01 13:07:50 +0000 |
commit | 89e48ca9d22391af203f7352fd2645a1b60f6d3c (patch) | |
tree | 97ddce7fcc36eca7cf046157c4eee5ac1404a6e0 | |
parent | bba9b2500af3a37f85e02e60d67d074f26ca508e (diff) | |
download | pkgsrc-89e48ca9d22391af203f7352fd2645a1b60f6d3c.tar.gz |
Uses C99 for loop declarations.
-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" |