summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2015-04-22 22:18:04 +0000
committerMathieu Arnold <mat@FreeBSD.org>2015-04-22 22:18:04 +0000
commit1c2a6f24508a7a8a46049f841ee18b8916ef1e55 (patch)
tree17ee95a4653375f7d9ffb056065667601f0ec568 /graphics
parentUSE_AUTOTOOLS -> USES=autoreconf, GNU_CONFIGURE=yes (diff)
Fix build.
Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=384525
Diffstat (limited to 'graphics')
-rw-r--r--graphics/qtawesome/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/qtawesome/Makefile b/graphics/qtawesome/Makefile
index b6e54607b4a7..bc68d5b7948d 100644
--- a/graphics/qtawesome/Makefile
+++ b/graphics/qtawesome/Makefile
@@ -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