diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-11-04 19:00:53 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-11-04 19:00:53 +0000 |
commit | 89d1bb9ab01e93b870f01933054c0acd8205ff46 (patch) | |
tree | e0f4b7d2567ee42aa9691bf31504507d0e3eaaca /games/lskat | |
parent | 29439ee094406379a3bf20855d95ae8c42f20200 (diff) | |
download | ports-89d1bb9ab01e93b870f01933054c0acd8205ff46.tar.gz ports-89d1bb9ab01e93b870f01933054c0acd8205ff46.zip |
Notes
Diffstat (limited to 'games/lskat')
-rw-r--r-- | games/lskat/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/lskat/Makefile b/games/lskat/Makefile index 21b55d4da397..73eb8c450e12 100644 --- a/games/lskat/Makefile +++ b/games/lskat/Makefile @@ -2,6 +2,7 @@ PORTNAME= lskat DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= games kde kde-applications MAINTAINER= kde@FreeBSD.org @@ -10,7 +11,7 @@ COMMENT= ${${PORTNAME}_DESC} USES= cmake:outsource kde:5 qt:5 tar:xz USE_KDE= auth codecs config configwidgets coreaddons crash ecm \ guiaddons i18n libkdegames notifyconfig widgetsaddons xmlgui -USE_QT= core dbus gui network qml quick svg widgets xml \ +USE_QT= core dbus declarative gui network svg widgets xml \ buildtools_build qmake_build OPTIONS_DEFINE= DOCS |