diff options
Diffstat (limited to 'games/klickety/Makefile')
-rw-r--r-- | games/klickety/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/klickety/Makefile b/games/klickety/Makefile index 85d9013c71f0..f11d3ba1b05a 100644 --- a/games/klickety/Makefile +++ b/games/klickety/Makefile @@ -7,13 +7,13 @@ CATEGORIES= games kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= ${${PORTNAME}_DESC} -USES= cmake:outsource gettext kde:5 shebangfix tar:xz +USES= cmake:outsource gettext kde:5 qt:5 shebangfix tar:xz SHEBANG_FILES= klickety-2.0-inherit-ksame-highscore.pl USE_KDE= auth bookmarks codecs completion config configwidgets \ coreaddons crash dbusaddons doctools ecm i18n itemviews \ jobwidgets kio libkdegames notifications notifyconfig service \ solid widgetsaddons xmlgui -USE_QT5= core dbus gui network qml quick widgets xml \ +USE_QT= core dbus gui network qml quick widgets xml \ buildtools_build qmake_build .include <${.CURDIR}/../kdegames/Makefile.common> |