diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-04-22 22:18:04 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-04-22 22:18:04 +0000 |
commit | 1c2a6f24508a7a8a46049f841ee18b8916ef1e55 (patch) | |
tree | 17ee95a4653375f7d9ffb056065667601f0ec568 /graphics/qtawesome/Makefile | |
parent | 7b43595384e6f3127722d64bc7d524bd94808875 (diff) |
Notes
Diffstat (limited to 'graphics/qtawesome/Makefile')
-rw-r--r-- | graphics/qtawesome/Makefile | 4 |
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 |