aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt/pkg/Makefile
diff options
context:
space:
mode:
authorGuido Falsi <madpilot@FreeBSD.org>2017-10-15 14:05:04 +0000
committerGuido Falsi <madpilot@FreeBSD.org>2017-10-15 14:05:04 +0000
commitb1fac01e5ea47d8b96439769d8282a08268ebc05 (patch)
treee10af9226ae3e4aaf6056c5404ecbe82b840fedd /ports-mgmt/pkg/Makefile
parent03b94a52f90cc44b06a8c468ef565553eeaaa38e (diff)
downloadports-b1fac01e5ea47d8b96439769d8282a08268ebc05.tar.gz
ports-b1fac01e5ea47d8b96439769d8282a08268ebc05.zip
Notes
Diffstat (limited to 'ports-mgmt/pkg/Makefile')
-rw-r--r--ports-mgmt/pkg/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports-mgmt/pkg/Makefile b/ports-mgmt/pkg/Makefile
index dc8d63c44fd3..36bbf57635ba 100644
--- a/ports-mgmt/pkg/Makefile
+++ b/ports-mgmt/pkg/Makefile
@@ -33,7 +33,7 @@ EXTRA_PATCHES= ${FILESDIR}/extra-patch-docs_pkg.8
.include <bsd.port.pre.mk>
-.if defined(WITH_DEBUG) && !defined(WITHOUT_DEBUG)
+.if defined(WITH_DEBUG)
MAKE_ARGS+= DEBUG_FLAGS="${DEBUG_FLAGS}"
.endif