diff options
Diffstat (limited to 'games/bovo/Makefile')
-rw-r--r-- | games/bovo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/bovo/Makefile b/games/bovo/Makefile index d4fab75382f1..d9a5245e83c1 100644 --- a/games/bovo/Makefile +++ b/games/bovo/Makefile @@ -7,10 +7,10 @@ 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= auth codecs config configwidgets coreaddons crash dbusaddons \ ecm i18n kdeclarative libkdegames newstuff widgetsaddons xmlgui -USE_QT5= concurrent core dbus gui network qml quick svg widgets xml \ +USE_QT= concurrent core dbus gui network qml quick svg widgets xml \ buildtools_build qmake_build .include <${.CURDIR}/../kdegames/Makefile.common> |