summaryrefslogtreecommitdiff
path: root/mk/configure
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2006-10-26 14:42:53 +0000
committertv <tv@pkgsrc.org>2006-10-26 14:42:53 +0000
commit4b29649f1c9669aadb2803c12a28eed7eaf55e12 (patch)
tree67159b455b7c8a398e911f95e381500286124e33 /mk/configure
parent7295795a8b5d345b64a249e510e2a68355fd9d5d (diff)
downloadpkgsrc-4b29649f1c9669aadb2803c12a28eed7eaf55e12.tar.gz
PKG_DEVELOPER is a defined check; it doesn't need to equal the string "yes".
Diffstat (limited to 'mk/configure')
-rw-r--r--mk/configure/check-portability.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/configure/check-portability.mk b/mk/configure/check-portability.mk
index 1679671f825..741ebc1b6ac 100644
--- a/mk/configure/check-portability.mk
+++ b/mk/configure/check-portability.mk
@@ -1,4 +1,4 @@
-# $NetBSD: check-portability.mk,v 1.7 2006/10/23 16:07:12 rillig Exp $
+# $NetBSD: check-portability.mk,v 1.8 2006/10/26 14:42:53 tv Exp $
#
# This file contains some checks that are applied to the configure
# scripts to check for certain constructs that are known to cause
@@ -27,7 +27,7 @@
# Default value: empty.
#
-.if defined(PKG_DEVELOPER) && !empty(PKG_DEVELOPER:M[Yy][Ee][Ss])
+.if defined(PKG_DEVELOPER)
CHECK_PORTABILITY?= yes
.endif
CHECK_PORTABILITY?= no