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 /multimedia/gstreamer1-qt | |
parent | 29439ee094406379a3bf20855d95ae8c42f20200 (diff) | |
download | freebsd-ports-89d1bb9ab01e93b870f01933054c0acd8205ff46.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/gstreamer1-qt')
-rw-r--r-- | multimedia/gstreamer1-qt/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/multimedia/gstreamer1-qt/Makefile b/multimedia/gstreamer1-qt/Makefile index 61e789c4b7cb..030bbf59755c 100644 --- a/multimedia/gstreamer1-qt/Makefile +++ b/multimedia/gstreamer1-qt/Makefile @@ -2,7 +2,7 @@ PORTNAME= gstreamer1 PORTVERSION= 1.2.0 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= multimedia MASTER_SITES= http://gstreamer.freedesktop.org/src/qt-gstreamer/ PKGNAMESUFFIX= -${FLAVOR} @@ -36,8 +36,8 @@ USE_QT= corelib gui opengl declarative script \ PLIST_SUB= QT4_ONLY="" QT5_ONLY="@comment " . else USES+= compiler:c++11-lang qt:5 -USE_QT= buildtools_build qmake_build core gui network opengl \ - qml quick testlib widgets +USE_QT= buildtools_build qmake_build core declarative gui network opengl \ + testlib widgets QTVER_SUFFIX= 5 PLIST_SUB= QT4_ONLY="@comment " QT5_ONLY="" . endif |