Will "port install tea +foo" build the port coffee +bar? Portfile tea: depends_lib port:coffee variant foo requires bar { } variant bar { } ====================== Portfile coffee: variant bar { } Kind regards Thomas