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/qt5-multimedia | |
parent | 29439ee094406379a3bf20855d95ae8c42f20200 (diff) | |
download | ports-89d1bb9ab01e93b870f01933054c0acd8205ff46.tar.gz ports-89d1bb9ab01e93b870f01933054c0acd8205ff46.zip |
Notes
Diffstat (limited to 'multimedia/qt5-multimedia')
-rw-r--r-- | multimedia/qt5-multimedia/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/qt5-multimedia/Makefile b/multimedia/qt5-multimedia/Makefile index 3692af97aa52..1a1e65605dea 100644 --- a/multimedia/qt5-multimedia/Makefile +++ b/multimedia/qt5-multimedia/Makefile @@ -2,7 +2,7 @@ PORTNAME= multimedia DISTVERSION= ${QT5_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia PKGNAMEPREFIX= qt5- @@ -15,7 +15,7 @@ USES= compiler:c++11-lang gl gnome pkgconfig qmake:norecursive \ qt-dist:5,multimedia USE_GL= gl USE_GNOME= glib20 -USE_QT= core gui network opengl qml quick widgets \ +USE_QT= core declarative gui network opengl widgets \ buildtools_build USE_XORG= x11 xext xv USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL} |