diff options
Diffstat (limited to 'multimedia/webcamoid/Makefile')
-rw-r--r-- | multimedia/webcamoid/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/webcamoid/Makefile b/multimedia/webcamoid/Makefile index c31107d5eb45..f1e8cda20d3f 100644 --- a/multimedia/webcamoid/Makefile +++ b/multimedia/webcamoid/Makefile @@ -2,7 +2,7 @@ PORTNAME= webcamoid DISTVERSION= 8.1.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= multimedia MAINTAINER= yuri@FreeBSD.org @@ -22,7 +22,7 @@ USE_GITHUB= yes USE_GNOME= glib20 USE_GSTREAMER1= yes USE_GL= gl -USE_QT= concurrent core gui multimedia network opengl qml quick svg widgets buildtools_build quickcontrols_run +USE_QT= concurrent core declarative gui multimedia network opengl svg widgets 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} \ |