SVN commit 11937 by tcberner: Change the way CPE_VENDOR is set.
Previously it was set using '?=' to 'kde', to allow ports using KDE_DIST to override it. Unfortunately this required that 'kde:5' and 'cpe' were ordered in this way in the 'USES' line, as else 'CPE_VENDOR' would be set to the default before kde.mk was included. We now assume, that ports setting 'KDE_DIST' have 'CPE_VENDOR' 'kde', i.e. set it with '=' instead of '?='. The exception calligra to above rule, should now also be handled correctly. M +6 -1 kde.mk _______________________________________________ kde-freebsd mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information
