[kde-freebsd] [SVN Commit] branches/plasma5/KDE/Mk/Uses
Tobias Berner
tcberner at gmail.com
Fri Feb 19 19:31:40 UTC 2016
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
More information about the kde-freebsd
mailing list