aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Engberg <diizzy@FreeBSD.org>2023-05-01 14:56:49 +0000
committerDaniel Engberg <diizzy@FreeBSD.org>2023-05-01 14:58:31 +0000
commit7fbb345c52c69ac0da3f7782d458c8dfe642bc9e (patch)
treefaf9f5a24c688e298c42f11da8bb036cbbf25081
parent2c3165b7376120df934047f9d52cbf3e710e42f5 (diff)
downloadports-7fbb345c52c69ac0da3f7782d458c8dfe642bc9e.tar.gz
ports-7fbb345c52c69ac0da3f7782d458c8dfe642bc9e.zip
audio/libebur128: Add CONFLICTS_INSTALL entry for ebur128
ebur128 is a drop-in replacement so both can't be installed at the same time
-rw-r--r--audio/libebur128/Makefile2
1 files changed, 2 insertions, 0 deletions
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>