diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2021-08-30 16:53:52 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2021-08-30 16:54:33 +0000 |
commit | 421d8a31223d363e0b5890184d1a8c3ba1891371 (patch) | |
tree | 9395709cd91c85e640786d6a51c4583476a8ef52 | |
parent | 5e9152521990928a497c4c619c08f01c8a760813 (diff) |
multimedia/makemkv: fix up CONFLICTS_BUILD
Pointy hat to: mandree@
PR: 257946
-rw-r--r-- | multimedia/makemkv/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/makemkv/Makefile b/multimedia/makemkv/Makefile index 9df41c52f8d8..c133922a9074 100644 --- a/multimedia/makemkv/Makefile +++ b/multimedia/makemkv/Makefile @@ -47,7 +47,7 @@ BUILD_DEPENDS= nasm>0:devel/nasm \ WRKSRC= ${WRKDIR}/makemkv-oss-${PORTVERSION} -CONFLICTS_BUILD= v4l_compat +CONFLICTS_BUILD= v4l_compat-* SUB_FILES= update-makemkv-drives SUB_LIST= LINUXBASE=${LINUXBASE} |