summaryrefslogtreecommitdiff
path: root/net/wmnet
diff options
context:
space:
mode:
authorkhorben <khorben@pkgsrc.org>2015-08-06 22:29:04 +0000
committerkhorben <khorben@pkgsrc.org>2015-08-06 22:29:04 +0000
commit4083f945be2f2afa825cd67a7ec344afcd76e1a3 (patch)
tree355c972a544a0c6841cd8ca9f8afcda3f6350762 /net/wmnet
parent333101de018fae9466f7e489edebdf3dcf9d3c43 (diff)
downloadpkgsrc-4083f945be2f2afa825cd67a7ec344afcd76e1a3.tar.gz
Add support for CFLAGS
No functional change intended.
Diffstat (limited to 'net/wmnet')
-rw-r--r--net/wmnet/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/wmnet/Makefile b/net/wmnet/Makefile
index b938f71be64..880254b5481 100644
--- a/net/wmnet/Makefile
+++ b/net/wmnet/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2013/12/19 20:27:24 bsiegert Exp $
+# $NetBSD: Makefile,v 1.21 2015/08/06 22:29:04 khorben Exp $
DISTNAME= wmnet-1.06
PKGREVISION= 5
@@ -16,6 +16,8 @@ COMMENT= Dockable network monitor
USE_IMAKE= YES
+MAKE_FLAGS+= CDEBUGFLAGS=${CFLAGS:Q}
+
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "FreeBSD" || ${OPSYS} == "NetBSD" || ${OPSYS} == "OpenBSD" || ${OPSYS} == "MirBSD"