svn commit: r384525 - head/graphics/qtawesome

Mathieu Arnold mat at FreeBSD.org
Wed Apr 22 22:18:05 UTC 2015


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


More information about the svn-ports-head mailing list