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
_______________________________________________
kde-freebsd mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information

Reply via email to