diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2022-09-05 19:03:41 +0000 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2022-09-05 19:06:29 +0000 |
commit | 5de716f46eb56033368a9ade36001842b3bde736 (patch) | |
tree | c2843479436f8c1cfeda34906e5768effa922e60 | |
parent | 01e24550076c15c6b130f64444b98e4db5138c9f (diff) | |
download | ports-5de716f46eb56033368a9ade36001842b3bde736.tar.gz ports-5de716f46eb56033368a9ade36001842b3bde736.zip |
multimedia/kamoso: pet stage-qa
-rw-r--r-- | multimedia/kamoso/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/multimedia/kamoso/Makefile b/multimedia/kamoso/Makefile index da96ed9d9385..e87034fe9dac 100644 --- a/multimedia/kamoso/Makefile +++ b/multimedia/kamoso/Makefile @@ -1,5 +1,6 @@ PORTNAME= kamoso DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= multimedia kde kde-applications MAINTAINER= kde@FreeBSD.org @@ -7,8 +8,8 @@ COMMENT= Application to take pictures and videos out of your webcam LICENSE= GPLv2 -USES= cmake compiler:c++11-lang gettext gl gnome gstreamer kde:5 pkgconfig qt:5 \ - tar:xz +USES= cmake compiler:c++11-lang gettext gl gnome gstreamer kde:5 \ + pkgconfig qt:5 tar:xz xorg USE_GL= gl USE_GNOME= glib20 USE_KDE= auth bookmarks codecs completion config configwidgets \ @@ -18,6 +19,7 @@ USE_KDE= auth bookmarks codecs completion config configwidgets \ USE_QT= concurrent core dbus declarative graphicaleffects gui network \ quickcontrols widgets xml \ buildtools_build qmake_build +USE_XORG= x11 OPTIONS_DEFINE= DOCS |