git: dc72041162a8 - main - graphics/glbinding: Add CONFLICTS_INSTALL

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Mon, 13 Feb 2023 09:27:26 UTC
The branch main has been updated by yuri:

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

commit dc72041162a8fd70a3b7ac73c159e8dfd731876c
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-02-13 09:27:03 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-02-13 09:27:23 +0000

    graphics/glbinding: Add CONFLICTS_INSTALL
    
    Reported by:    jbeich@
---
 graphics/glbinding/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/graphics/glbinding/Makefile b/graphics/glbinding/Makefile
index 29d7f8fec3fe..48333f77e9c6 100644
--- a/graphics/glbinding/Makefile
+++ b/graphics/glbinding/Makefile
@@ -24,4 +24,6 @@ CMAKE_TESTING_ON=	OPTION_BUILD_TESTS
 
 LDFLAGS+=	-lpthread # workaround for https://github.com/cginternals/glbinding/issues/327
 
+CONFLICTS_INSTALL=	mesa-demos # both install bin/glinfo, see https://github.com/cginternals/glbinding/issues/341
+
 .include <bsd.port.mk>