summaryrefslogtreecommitdiff
path: root/mk/check/check-portability.mk
diff options
context:
space:
mode:
authorrillig <rillig>2007-03-16 10:29:22 +0000
committerrillig <rillig>2007-03-16 10:29:22 +0000
commitc9fe078921cee792a91b376b7b4d151c3065bab1 (patch)
tree133a4ecf8e9c89125c8586d65e8e67af2310d4ec /mk/check/check-portability.mk
parent397cd79082bdefe9f748e710c9dc600091d5d685 (diff)
downloadpkgsrc-c9fe078921cee792a91b376b7b4d151c3065bab1.tar.gz
Added the variable declarations for the "show-all" target.
Diffstat (limited to 'mk/check/check-portability.mk')
-rw-r--r--mk/check/check-portability.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/mk/check/check-portability.mk b/mk/check/check-portability.mk
index 75f1f2d3846..87ad94dabd7 100644
--- a/mk/check/check-portability.mk
+++ b/mk/check/check-portability.mk
@@ -1,4 +1,4 @@
-# $NetBSD: check-portability.mk,v 1.3 2007/01/02 17:58:11 rillig Exp $
+# $NetBSD: check-portability.mk,v 1.4 2007/03/16 10:29:22 rillig Exp $
#
# This file contains some checks that are applied to the configure
# scripts to check for certain constructs that are known to cause
@@ -28,6 +28,10 @@
# Default value: empty.
#
+_VARGROUPS+= check-portability
+_USER_VARS.check-portability= CHECK_PORTABILITY
+_PKG_VARS.check-portability= SKIP_PORTABILITY_CHECK CHECK_PORTABILITY_SKIP
+
.if defined(PKG_DEVELOPER)
CHECK_PORTABILITY?= yes
.endif