summaryrefslogtreecommitdiff
path: root/wm
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2019-04-02 01:54:35 +0000
committerjmmv <jmmv@pkgsrc.org>2019-04-02 01:54:35 +0000
commit00d13ad17faac801c98973d8f489c6be9b18b0b7 (patch)
treeaac468bc2c1f097af5950bb5611532192b5c83e0 /wm
parent13507d76fabb00a2a1f8ee39877f6e3905af7de5 (diff)
downloadpkgsrc-00d13ad17faac801c98973d8f489c6be9b18b0b7.tar.gz
Add c99 to the list of languages needed by chunkwm.
Obviously I couldn't get things right on the first commit. Why didn't I see this, you ask? Because I had been running all my builds without PKG_DEVELOPER enabled and only noticed this when 'make changes-entry' wouldn't work at the last minute.
Diffstat (limited to 'wm')
-rw-r--r--wm/chunkwm/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/wm/chunkwm/Makefile b/wm/chunkwm/Makefile
index f1bd51ef4c6..524bd63b47e 100644
--- a/wm/chunkwm/Makefile
+++ b/wm/chunkwm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2019/04/02 01:49:09 jmmv Exp $
+# $NetBSD: Makefile,v 1.2 2019/04/02 01:54:35 jmmv Exp $
DISTNAME= ${PKGNAME:S/chunkwm-/v/}
PKGNAME= chunkwm-0.4.8
@@ -12,7 +12,7 @@ LICENSE= mit
ONLY_FOR_PLATFORM= Darwin-*-*
-USE_LANGUAGES= c++11 obj-c++
+USE_LANGUAGES= c99 c++11 obj-c++
USE_TOOLS= gmake
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}