[kde-freebsd] QT5_VERSION weirdly not set
Max Brazhnikov
makc at freebsd.org
Thu Dec 26 08:32:40 UTC 2013
On Wed, 25 Dec 2013 20:32:57 +0100 Tobias Berner wrote:
> Hi
>
> I'm trying to build devel/qt5 from area51 -- but DISTVERSION does not seem to
> be set. It should be set to ${QT5_VERSION} which in turn is set to 5.2.0-beta1
> in Mk/bsd.qt.mk. But "make -VDISTVERSION" returns an empty string.
>
> Any ideas what's broken?
Nothing is broken. To activate Qt 5 ports you need to replace all
'.if defined(USE_QT4)' in Mk/bsd.port.mk with
'.if defined(USE_QT4) || defined(USE_QT5)'.
Max
More information about the kde-freebsd
mailing list