aboutsummaryrefslogtreecommitdiffstats
path: root/Mk
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2015-10-11 03:45:51 +0800
committerBaptiste Daroussin <bapt@FreeBSD.org>2015-10-11 03:45:51 +0800
commit81c092df16fe765768fb068bdd9ea1682e90d87e (patch)
treec15054fd88aa005a17e3d0be76bdb31fec02d35f /Mk
parente7302b2f89dfa894d287431f5345c863b4708e50 (diff)
downloadfreebsd-ports-gnome-81c092df16fe765768fb068bdd9ea1682e90d87e.tar.gz
freebsd-ports-gnome-81c092df16fe765768fb068bdd9ea1682e90d87e.tar.zst
freebsd-ports-gnome-81c092df16fe765768fb068bdd9ea1682e90d87e.zip
Revert r398953 per bdrewery demand it breaks make config
Reported by: novel
Diffstat (limited to '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 70a1ac0eb26f..cf390402f56f 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -5293,7 +5293,7 @@ config-conditional:
.endif
.endif # config-conditional
-.if !target(showconfig) && (make(showconfig) || (!empty(.MAKEFLAGS:M-V) && !empty(.MAKEFLAGS:M*_DESC)))
+.if !target(showconfig)
.include "${PORTSDIR}/Mk/bsd.options.desc.mk"
MULTI_EOL= : you have to choose at least one of them
SINGLE_EOL= : you have to select exactly one of them