summaryrefslogtreecommitdiff
path: root/mk/defaults/mk.conf
diff options
context:
space:
mode:
Diffstat (limited to 'mk/defaults/mk.conf')
-rw-r--r--mk/defaults/mk.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/defaults/mk.conf b/mk/defaults/mk.conf
index 9c9e5e5910a..182cfb37221 100644
--- a/mk/defaults/mk.conf
+++ b/mk/defaults/mk.conf
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf,v 1.244 2014/07/30 08:39:49 wiz Exp $
+# $NetBSD: mk.conf,v 1.245 2014/10/12 23:39:17 joerg Exp $
#
# This file provides default values for variables that may be overridden
@@ -86,7 +86,7 @@ GZIP?= -9
# Possible: pathname to the X509 certificate, not defined
# Default: not defined
-.if defined(PKG_DEVELOPER) && ${PKG_DEVELOPER} != "no"
+.if ${PKG_DEVELOPER:Uno} != "no"
PATCH_DEBUG?=
.endif
# Used to debug patches as they are applied