From 00d13ad17faac801c98973d8f489c6be9b18b0b7 Mon Sep 17 00:00:00 2001 From: jmmv Date: Tue, 2 Apr 2019 01:54:35 +0000 Subject: 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. --- wm/chunkwm/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'wm') 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} -- cgit v1.2.3