diff options
Diffstat (limited to 'games/kspaceduel/Makefile')
-rw-r--r-- | games/kspaceduel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/kspaceduel/Makefile b/games/kspaceduel/Makefile index e47c200ec619..2e6db28706fe 100644 --- a/games/kspaceduel/Makefile +++ b/games/kspaceduel/Makefile @@ -7,10 +7,10 @@ CATEGORIES= games kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= ${${PORTNAME}_DESC} -USES= cmake:outsource kde:5 tar:xz +USES= cmake:outsource kde:5 qt:5 tar:xz USE_KDE= auth codecs completion config configwidgets coreaddons \ crash dbusaddons ecm i18n libkdegames 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> |