K 10 svn:author V 2 se K 8 svn:date V 27 2018-06-22T06:44:44.355449Z K 7 svn:log V 563 Fix building of specific qt4 ports after qt5 has become the default flavor. The ports infrastructure does not consistently deal with FLAVOR environment variables set to an empty string. This caused the dependency check in portmaster to fail for multimedia/phonon. With FLAVOR="" in the environment, "make -V FLAVOR" returns "qt4", but the dependency list produced by "make build-depends-list" assumes "qt5", even though no user preferences for qt5 have been set. Reported by: Walter Schwarzenfeld Approved by: antoine (implicit) END