From 5585578a6babb4a495d0e30671713171095fc52f Mon Sep 17 00:00:00 2001 From: tcberner Date: Sun, 4 Nov 2018 19:00:53 +0000 Subject: Merge lang/qt5-qml and x11-toolkits/qt5-quick into x11-toolkits/qt5-declarative - There was no obvious reason to split these ports, and it makes porting simpler; the set of ports using either mostly coincided. Exp-run by: antoine PR: 223687 PR: 232751 --- games/klickety/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'games/klickety') diff --git a/games/klickety/Makefile b/games/klickety/Makefile index 7e767e8dbfe5..685cb9b97dab 100644 --- a/games/klickety/Makefile +++ b/games/klickety/Makefile @@ -2,6 +2,7 @@ PORTNAME= klickety DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= games kde kde-applications MAINTAINER= kde@FreeBSD.org @@ -13,7 +14,7 @@ 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_QT= core dbus gui network qml quick widgets xml \ +USE_QT= core dbus declarative gui network widgets xml \ buildtools_build qmake_build OPTIONS_DEFINE= DOCS -- cgit