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 /multimedia/minitube/Makefile | |
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 'multimedia/minitube/Makefile')
-rw-r--r-- | multimedia/minitube/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/minitube/Makefile b/multimedia/minitube/Makefile index a92fb86e377f..abd8aeac4cbb 100644 --- a/multimedia/minitube/Makefile +++ b/multimedia/minitube/Makefile @@ -15,7 +15,7 @@ USES= qmake qt:5 USE_GITHUB= yes GH_ACCOUNT= flaviotordini USE_GL= gl -USE_QT= core dbus gui network phonon4 qml script sql widgets \ +USE_QT= core dbus declarative gui network phonon4 script sql widgets \ buildtools_build imageformats_run sql-sqlite3_run QMAKE_ARGS= QMAKE_LRELEASE=${LRELEASE} \ DEFINES+=APP_GOOGLE_API_KEY="${MINITUBE_GOOGLE_API_KEY}" |