aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.port.mk
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2015-06-13 03:03:51 +0000
committerMathieu Arnold <mat@FreeBSD.org>2015-06-13 03:03:51 +0000
commit23171c40d3af1a1c3de7a2013755a19c0fb38b66 (patch)
tree0c53f636a77c3e578aefa5cd5a5f3240a4d75e94 /Mk/bsd.port.mk
parent69b18336c5b84df88ef6d689020c8fcb06b50432 (diff)
downloadports-23171c40d3af1a1c3de7a2013755a19c0fb38b66.tar.gz
ports-23171c40d3af1a1c3de7a2013755a19c0fb38b66.zip
Have make showconfig fail if the config is incorrect.
PR: 188693 Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=389313
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r--Mk/bsd.port.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index da22264a79f9..a9d07821da62 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -5534,7 +5534,7 @@ config-conditional:
MULTI_EOL= : you have to choose at least one of them
SINGLE_EOL= : you have to select exactly one of them
RADIO_EOL= : you can only select none or one of them
-showconfig:
+showconfig: check-config
.if !empty(COMPLETE_OPTIONS_LIST)
@${ECHO_MSG} "===> The following configuration options are available for ${PKGNAME}":
.for opt in ${ALL_OPTIONS}