aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/nq
diff options
context:
space:
mode:
authortobik <tobik@FreeBSD.org>2017-12-09 01:49:06 +0800
committertobik <tobik@FreeBSD.org>2017-12-09 01:49:06 +0800
commit91f49f8b4dd876ee03eb14d931c06b90fe5b2adf (patch)
tree66c3c1a0103d143b99a278e9abb46b26f6011eec /sysutils/nq
parent6f7986b26174c88423e9998590383ff931c5babe (diff)
downloadfreebsd-ports-gnome-91f49f8b4dd876ee03eb14d931c06b90fe5b2adf.tar.gz
freebsd-ports-gnome-91f49f8b4dd876ee03eb14d931c06b90fe5b2adf.tar.zst
freebsd-ports-gnome-91f49f8b4dd876ee03eb14d931c06b90fe5b2adf.zip
sysutils/nq: Respect CFLAGS
Diffstat (limited to 'sysutils/nq')
-rw-r--r--sysutils/nq/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/nq/Makefile b/sysutils/nq/Makefile
index 47e407840b6e..b21c97a53085 100644
--- a/sysutils/nq/Makefile
+++ b/sysutils/nq/Makefile
@@ -16,7 +16,7 @@ USE_GITHUB= yes
GH_ACCOUNT= chneukirchen
USE_PERL5= test
-MAKE_ARGS= PREFIX="${PREFIX}" MANDIR="${PREFIX}/man"
+MAKE_ARGS= CFLAGS="${CFLAGS}" PREFIX="${PREFIX}" MANDIR="${PREFIX}/man"
TEST_TARGET= check
post-install: