diff options
author | tcberner <tcberner@FreeBSD.org> | 2018-11-05 03:00:53 +0800 |
---|---|---|
committer | tcberner <tcberner@FreeBSD.org> | 2018-11-05 03:00:53 +0800 |
commit | 5585578a6babb4a495d0e30671713171095fc52f (patch) | |
tree | e0f4b7d2567ee42aa9691bf31504507d0e3eaaca /games/kubrick | |
parent | b7ef4f6570cdbff99ccb96d5b08880146186685d (diff) | |
download | freebsd-ports-gnome-5585578a6babb4a495d0e30671713171095fc52f.tar.gz freebsd-ports-gnome-5585578a6babb4a495d0e30671713171095fc52f.tar.zst freebsd-ports-gnome-5585578a6babb4a495d0e30671713171095fc52f.zip |
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
Diffstat (limited to 'games/kubrick')
-rw-r--r-- | games/kubrick/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/kubrick/Makefile b/games/kubrick/Makefile index 5a6808547976..cdfda4d70284 100644 --- a/games/kubrick/Makefile +++ b/games/kubrick/Makefile @@ -2,6 +2,7 @@ PORTNAME= kubrick DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= games kde kde-applications MAINTAINER= kde@FreeBSD.org @@ -11,7 +12,7 @@ USES= cmake:outsource kde:5 qt:5 tar:xz USE_GL= gl glu USE_KDE= auth codecs config configwidgets coreaddons crash ecm \ i18n kio libkdegames service widgetsaddons xmlgui -USE_QT= core dbus gui network opengl qml quick svg widgets xml \ +USE_QT= core dbus declarative gui network opengl svg widgets xml \ buildtools_build qmake_build OPTIONS_DEFINE= DOCS |