From 633eef1b212fd1d7da1979e2f30860b54a588d96 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Thu, 31 May 2012 07:35:44 +0000 Subject: Allow make config to run if description is empty --- Mk/bsd.port.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Mk/bsd.port.mk') diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index 271ca1415e35..917235f93fef 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -5997,9 +5997,9 @@ pre-config: _COMPLETE_OPTIONS_LIST:= ${ALL_OPTIONS} .for opt in ${ALL_OPTIONS} . if empty(PORT_OPTIONS:M${opt}) -DEFOPTIONS+= ${opt} ${${opt}_DESC:Q} off +DEFOPTIONS+= ${opt} ""${${opt}_DESC:Q} off . else -DEFOPTIONS+= ${opt} ${${opt}_DESC:Q} on +DEFOPTIONS+= ${opt} ""${${opt}_DESC:Q} on . endif .endfor .for multi in ${OPTIONS_MULTI} -- cgit v1.2.3