summaryrefslogtreecommitdiff
path: root/time/deforaos-todo
diff options
context:
space:
mode:
authorkhorben <khorben@pkgsrc.org>2015-08-09 14:55:58 +0000
committerkhorben <khorben@pkgsrc.org>2015-08-09 14:55:58 +0000
commitac2449282785811d3e4490c7b105c830d3598891 (patch)
treecb33b30dcc6cf39c658cdb487c31530277aa5592 /time/deforaos-todo
parenta3fb8453b98b8382eb4cedc1aad7e457f4c07050 (diff)
downloadpkgsrc-ac2449282785811d3e4490c7b105c830d3598891.tar.gz
Add support for CFLAGS
No functional change intended.
Diffstat (limited to 'time/deforaos-todo')
-rw-r--r--time/deforaos-todo/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/time/deforaos-todo/Makefile b/time/deforaos-todo/Makefile
index 09da270cd63..3863b42f0ce 100644
--- a/time/deforaos-todo/Makefile
+++ b/time/deforaos-todo/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2015/04/25 14:24:57 tnn Exp $
+# $NetBSD: Makefile,v 1.12 2015/08/09 15:22:22 khorben Exp $
#
DISTNAME= Todo-0.1.2
@@ -17,6 +17,7 @@ USE_TOOLS+= pkg-config xgettext
MAKE_FLAGS+= DESTDIR=${DESTDIR}
MAKE_FLAGS+= PREFIX=${PREFIX}
+MAKE_FLAGS+= CFLAGS=${CFLAGS:Q}
.include "options.mk"