git: 4afab0c2092b - main - graphics/s2tc: unbreak after b44acc9409bd

Jan Beich jbeich at FreeBSD.org
Thu Jun 24 19:49:16 UTC 2021


The branch main has been updated by jbeich:

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

commit 4afab0c2092b9d51e8a5a852f223b9a525302803
Author:     Jan Beich <jbeich at FreeBSD.org>
AuthorDate: 2021-06-24 19:47:06 +0000
Commit:     Jan Beich <jbeich at FreeBSD.org>
CommitDate: 2021-06-24 19:48:59 +0000

    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


More information about the dev-commits-ports-main mailing list