aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2021-06-24 19:47:06 +0000
committerJan Beich <jbeich@FreeBSD.org>2021-06-24 19:48:59 +0000
commit4afab0c2092b9d51e8a5a852f223b9a525302803 (patch)
tree1b3848045705e560ff90811e751f643e8e8b78b6
parent377ebb0c61e53e0c4a44d363e66e9916c7469fe8 (diff)
downloadports-4afab0c2092b9d51e8a5a852f223b9a525302803.tar.gz
ports-4afab0c2092b9d51e8a5a852f223b9a525302803.zip
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
-rw-r--r--graphics/s2tc/Makefile2
1 files changed, 1 insertions, 1 deletions
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