diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2021-06-16 15:48:02 +0000 |
---|---|---|
committer | Kevin Bowling <kbowling@FreeBSD.org> | 2021-06-17 04:25:27 +0000 |
commit | b44acc9409bd3bdd92e86e35c06d50e2134b02f2 (patch) | |
tree | 541e139ad2537bd3ccb935e1a4f358ed3985eb7a /graphics/glad | |
parent | 68e805c64ee7ee7b4fc124287da7e1e96afb132f (diff) | |
download | ports-b44acc9409bd3bdd92e86e35c06d50e2134b02f2.tar.gz ports-b44acc9409bd3bdd92e86e35c06d50e2134b02f2.zip |
Diffstat (limited to 'graphics/glad')
-rw-r--r-- | graphics/glad/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/glad/Makefile b/graphics/glad/Makefile index df7f0cb77d73..e1508f82da6e 100644 --- a/graphics/glad/Makefile +++ b/graphics/glad/Makefile @@ -16,6 +16,6 @@ USE_LDCONFIG= yes CMAKE_ON= GLAD_INSTALL BUILD_SHARED_LIBS GLAD_REPRODUCIBLE -CONFLICTS_INSTALL= mesa-libs # include/KHR/khrplatform.h, see https://github.com/Dav1dde/glad/issues/260 +CONFLICTS_INSTALL= libglvnd # include/KHR/khrplatform.h, see https://github.com/Dav1dde/glad/issues/260 .include <bsd.port.mk> |