git: 7fbb345c52c6 - main - audio/libebur128: Add CONFLICTS_INSTALL entry for ebur128
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 01 May 2023 14:58:48 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=7fbb345c52c69ac0da3f7782d458c8dfe642bc9e commit 7fbb345c52c69ac0da3f7782d458c8dfe642bc9e Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2023-05-01 14:56:49 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2023-05-01 14:58:31 +0000 audio/libebur128: Add CONFLICTS_INSTALL entry for ebur128 ebur128 is a drop-in replacement so both can't be installed at the same time --- audio/libebur128/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/audio/libebur128/Makefile b/audio/libebur128/Makefile index 8f214d00bafb..32f0ff83600c 100644 --- a/audio/libebur128/Makefile +++ b/audio/libebur128/Makefile @@ -15,4 +15,6 @@ USE_GITHUB= yes GH_ACCOUNT= jiixyj USE_LDCONFIG= yes +CONFLICTS_INSTALL= ebur128 + .include <bsd.port.mk>