Date: Wed, 22 Apr 2015 22:18:04 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384525 - head/graphics/qtawesome Message-ID: <201504222218.t3MMI44I084537@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Wed Apr 22 22:18:04 2015 New Revision: 384525 URL: https://svnweb.freebsd.org/changeset/ports/384525 Log: Fix build. Sponsored by: Absolight Modified: head/graphics/qtawesome/Makefile Modified: head/graphics/qtawesome/Makefile ============================================================================== --- head/graphics/qtawesome/Makefile Wed Apr 22 22:16:22 2015 (r384524) +++ head/graphics/qtawesome/Makefile Wed Apr 22 22:18:04 2015 (r384525) @@ -21,8 +21,8 @@ OPTIONS_SINGLE= GUI OPTIONS_SINGLE_GUI= QT4 QT5 OPTIONS_DEFAULT= QT4 -QT4_USE= qt4=corelib,gui,qmake_build -QT5_USE= qt5=core,gui,qmake_build +QT4_USE= qt4=corelib,gui,qmake_build,moc_build +QT5_USE= qt5=core,gui,qmake_build,buildtools_build MAKE_ARGS+= ${PORT_OPTIONS:MQT*:S/QT/QT=/} WRKSRC= ${WRKDIR}/QtAwesome-${GH_TAGNAME}/QtAwesome
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504222218.t3MMI44I084537>