Index: Mk/bsd.options.mk =================================================================== --- Mk/bsd.options.mk +++ Mk/bsd.options.mk @@ -400,6 +400,9 @@ . for o in ${${opt}_IMPLIES} _DEPCHAIN+= ${opt}.$o . endfor +. if ${${opt}_IMPLIES} +${opt}_DESC:= ${${opt}_DESC} (implies ${${opt}_IMPLIES}) +. endif . endfor ## 2) Check each dependency pair and if LHS is in PORT_OPTIONS then add RHS. ## All of RHS of "RHS.*" (i.e. indirect dependency) are also added for