From 4afab0c2092b9d51e8a5a852f223b9a525302803 Mon Sep 17 00:00:00 2001 From: Jan Beich Date: Thu, 24 Jun 2021 19:47:06 +0000 Subject: [PATCH] graphics/s2tc: unbreak after b44acc9409bd checking GL/gl.h usability... no checking GL/gl.h presence... no checking for GL/gl.h... no configure: error: OpenGL includes not found Reported by: pkg-fallout --- graphics/s2tc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphics/s2tc/Makefile b/graphics/s2tc/Makefile index 015c4a605d31..e8e4bc9e5264 100644 --- a/graphics/s2tc/Makefile +++ b/graphics/s2tc/Makefile @@ -11,7 +11,7 @@ COMMENT= Subset of a well-known texture compression scheme LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= mesa-libs>=0:graphics/mesa-libs +BUILD_DEPENDS= libglvnd>=0:graphics/libglvnd TEST_DEPENDS= convert:graphics/ImageMagick6 \ nvcompress:graphics/nvidia-texture-tools \ wget:ftp/wget