graphics/glbinding: Add CONFLICTS_INSTALL

Reported by:	jbeich@
This commit is contained in:
Yuri Victorovich 2023-02-13 01:27:03 -08:00
parent 4cc8205e2f
commit dc72041162

View file

@ -24,4 +24,6 @@ CMAKE_TESTING_ON= OPTION_BUILD_TESTS
LDFLAGS+= -lpthread # workaround for https://github.com/cginternals/glbinding/issues/327 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> .include <bsd.port.mk>