summaryrefslogtreecommitdiff
path: root/textproc/xml-coreutils
diff options
context:
space:
mode:
authorwiedi <wiedi@pkgsrc.org>2014-02-15 19:18:08 +0000
committerwiedi <wiedi@pkgsrc.org>2014-02-15 19:18:08 +0000
commit3a2f7d433a30f1053577aab367f3cf2123d50023 (patch)
treef347476c5bb31f5026071afd2d370cf0bf4db6dd /textproc/xml-coreutils
parentfb6512e5c021203e93e2feff10ad441abdfa6113 (diff)
downloadpkgsrc-3a2f7d433a30f1053577aab367f3cf2123d50023.tar.gz
use c99 to fix build on SunOS
Diffstat (limited to 'textproc/xml-coreutils')
-rw-r--r--textproc/xml-coreutils/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/xml-coreutils/Makefile b/textproc/xml-coreutils/Makefile
index bd440e55967..38098dc8615 100644
--- a/textproc/xml-coreutils/Makefile
+++ b/textproc/xml-coreutils/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2012/10/25 06:57:07 asau Exp $
+# $NetBSD: Makefile,v 1.3 2014/02/15 19:18:08 wiedi Exp $
#
DISTNAME= xml-coreutils-0.8a
@@ -9,7 +9,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://xml-coreutils.sourceforge.net/
COMMENT= Command line tools for XML processing
LICENSE= gnu-gpl-v3
-
+USE_LANGUAGES= c99
GNU_CONFIGURE= yes
.include "../../textproc/expat/buildlink3.mk"