diff options
Diffstat (limited to 'games/granatier/Makefile')
-rw-r--r-- | games/granatier/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/granatier/Makefile b/games/granatier/Makefile index 91a15fb244cd..6e4dc9656284 100644 --- a/games/granatier/Makefile +++ b/games/granatier/Makefile @@ -7,11 +7,11 @@ CATEGORIES= games kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= ${${PORTNAME}_DESC} -USES= cmake:outsource gettext kde:5 tar:xz +USES= cmake:outsource gettext kde:5 qt:5 tar:xz USE_KDE= attica auth codecs config configwidgets coreaddons crash \ dbusaddons ecm guiaddons i18n iconthemes itemviews kio \ libkdegames newstuff notifyconfig service widgetsaddons xmlgui -USE_QT5= core dbus gui network qml quick svg widgets xml \ +USE_QT= core dbus gui network qml quick svg widgets xml \ buildtools_build qmake_build .include <${.CURDIR}/../kdegames/Makefile.common> |