diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-06-23 15:39:32 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-06-23 15:39:32 +0000 |
commit | 4196590fa59b3296af08cb1a521d56d40a0c3226 (patch) | |
tree | ff20dcbebe3cf8ce43d9faf74d03692d830e82ee /games/kjumpingcube/Makefile | |
parent | d035736dc3386470403073c8f5aff860c39c4247 (diff) | |
download | ports-4196590fa59b3296af08cb1a521d56d40a0c3226.tar.gz ports-4196590fa59b3296af08cb1a521d56d40a0c3226.zip |
Notes
Diffstat (limited to 'games/kjumpingcube/Makefile')
-rw-r--r-- | games/kjumpingcube/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/kjumpingcube/Makefile b/games/kjumpingcube/Makefile index 1ed388bad3dc..69a3d329e9fd 100644 --- a/games/kjumpingcube/Makefile +++ b/games/kjumpingcube/Makefile @@ -2,6 +2,7 @@ PORTNAME= kjumpingcube DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= games kde kde-applications MAINTAINER= kde@FreeBSD.org @@ -12,7 +13,7 @@ USE_KDE= auth codecs completion config configwidgets coreaddons crash \ dbusaddons ecm guiaddons i18n iconthemes itemviews jobwidgets \ kio libkdegames newstuff notifyconfig service widgetsaddons \ xmlgui -USE_QT= core dbus declarative gui network svg widgets xml \ +USE_QT= concurrent core dbus declarative gui network svg widgets xml \ buildtools_build qmake_build OPTIONS_DEFINE= DOCS |