diff options
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 |