aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Zander <riggs@FreeBSD.org>2023-03-18 05:58:19 +0000
committerThomas Zander <riggs@FreeBSD.org>2023-03-18 05:59:19 +0000
commitd69f12ccb038d2685f332a980f86dc5e47e94eec (patch)
tree3bd2b9e5e30b3c0bb3d1dcf07823954fd4997f4b
parent02d08941061e2aeb7080c54da56779161bb6ff24 (diff)
downloadports-d69f12ccb038d2685f332a980f86dc5e47e94eec.tar.gz
ports-d69f12ccb038d2685f332a980f86dc5e47e94eec.zip
multimedia/mkvtoolnix: Reduce number of dependencies for nogui flavor
-rw-r--r--multimedia/mkvtoolnix/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/multimedia/mkvtoolnix/Makefile b/multimedia/mkvtoolnix/Makefile
index e42efcb78a51..435cd9312e00 100644
--- a/multimedia/mkvtoolnix/Makefile
+++ b/multimedia/mkvtoolnix/Makefile
@@ -1,6 +1,6 @@
PORTNAME= mkvtoolnix
PORTVERSION= 74.0.0
-PORTREVISION?= 3
+PORTREVISION= 4
CATEGORIES= multimedia audio
MASTER_SITES= https://www.bunkus.org/videotools/mkvtoolnix/sources/ \
https://mkvtoolnix.download/sources/
@@ -59,8 +59,8 @@ _PLIST_SUB_qt5= GUI=
_CONFIGURE_ARGS_nogui= --disable-gui
_USES_nogui= compiler:c++17-lang iconv localbase pkgconfig qmake:no_env \
qt:5 tar:xz
-_USE_QT_nogui= buildtools:build concurrent core linguisttools:build \
- multimedia svg
+_USE_QT_nogui= buildtools:build core linguisttools:build \
+ multimedia:build
_PLIST_SUB_nogui= GUI="@comment "
PLIST_SUB+= ${_PLIST_SUB_${FLAVOR}}