From 3963849d8d6cd2d4c523116d4a465120f4ecf6c0 Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Tue, 10 Sep 2019 06:50:03 +0000 Subject: multimedia/webcamoid: Add missing runtime dependency x11-toolkits/qt5-quickcontrols This has been committed once, in rev.456881, but it was later lost with some other commit. PR: 224493 Reported by: jbeich, Aaron Farias --- multimedia/webcamoid/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'multimedia') diff --git a/multimedia/webcamoid/Makefile b/multimedia/webcamoid/Makefile index a39ff8fe35e1..d12889fe6fbc 100644 --- a/multimedia/webcamoid/Makefile +++ b/multimedia/webcamoid/Makefile @@ -2,7 +2,7 @@ PORTNAME= webcamoid DISTVERSION= 8.6.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= multimedia MAINTAINER= yuri@FreeBSD.org @@ -23,7 +23,8 @@ USE_GITHUB= yes USE_GNOME= glib20 USE_GSTREAMER1= yes USE_GL= gl -USE_QT= concurrent core declarative gui multimedia network opengl quickcontrols2 svg widgets xml buildtools_build +USE_QT= concurrent core declarative gui multimedia network opengl quickcontrols2 svg widgets xml \ + buildtools_build quickcontrols_run MAKE_ENV= NOOSS=1 # NOOSS is because the OSS module attempts to use kevent on OSS devices, which is broken in the base QMAKE_ARGS= INSTALLQMLDIR=${QT_QMLDIR} \ -- cgit v1.2.3