diff options
author | Thomas Zander <riggs@FreeBSD.org> | 2023-03-04 14:34:16 +0000 |
---|---|---|
committer | Thomas Zander <riggs@FreeBSD.org> | 2023-03-04 16:45:50 +0000 |
commit | 435d3d3bc31e7471a08f708dc8dd0ddb1b3876d2 (patch) | |
tree | ac2fce55ef8687e78ffc931d44d9d15d8b40308d /multimedia/Makefile | |
parent | 493b4f45215de3f5058f91d719b98d059404a33f (diff) |
multimedia/mkvtoolnix-nox11: Add mkvtoolnix without GUI variant
Details: The default mkvtoolnix package comes with a large number of x11
related dependencies. Without UI, the tools still provide very useful
functionality, and are well suited for headless systems. Having a -nox11
instance of the port allows to provide an official GUI-free package.
Diffstat (limited to 'multimedia/Makefile')
-rw-r--r-- | multimedia/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/multimedia/Makefile b/multimedia/Makefile index 7875ba189f9b..7474c3b6441a 100644 --- a/multimedia/Makefile +++ b/multimedia/Makefile @@ -227,6 +227,7 @@ SUBDIR += mkclean SUBDIR += mkvalidator SUBDIR += mkvtoolnix + SUBDIR += mkvtoolnix-nox11 SUBDIR += mkxvcd SUBDIR += mlt6 SUBDIR += mlt6-qt5 |