git: d8c8b8ef55a4 - main - multimedia/makemkv: Mark as CentOS 7 only

From: Gleb Popov <arrowd_at_FreeBSD.org>
Date: Wed, 02 Apr 2025 04:58:01 UTC
The branch main has been updated by arrowd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d8c8b8ef55a44b7da8749e4291c4e92cff8f3a26

commit d8c8b8ef55a44b7da8749e4291c4e92cff8f3a26
Author:     Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2025-04-01 12:55:22 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2025-04-02 04:57:46 +0000

    multimedia/makemkv: Mark as CentOS 7 only
    
    Building this port requires some -devel packages that are not yet created for
    Rocky Linux 9.
---
 multimedia/makemkv/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/multimedia/makemkv/Makefile b/multimedia/makemkv/Makefile
index 932b541ca275..2fb1e110a4d7 100644
--- a/multimedia/makemkv/Makefile
+++ b/multimedia/makemkv/Makefile
@@ -27,7 +27,7 @@ LICENSE_DISTFILES_LGPL21+ =	${DISTFL_FFMPEG}
 LICENSE_DISTFILES_MAKEMKV=	${DISTFL_MAKEMKV}
 
 ONLY_FOR_ARCHS=	aarch64 amd64 i386
-USES=		gmake linux pkgconfig
+USES=		gmake linux:c7 pkgconfig
 USE_CSTD=	c11
 USE_CXXSTD=	c++11
 USE_LINUX=	base expat \