Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Jun 2021 19:49:15 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 4afab0c2092b - main - graphics/s2tc: unbreak after b44acc9409bd
Message-ID:  <202106241949.15OJnFMb046633@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich:

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

commit 4afab0c2092b9d51e8a5a852f223b9a525302803
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2021-06-24 19:47:06 +0000
Commit:     Jan Beich <jbeich@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106241949.15OJnFMb046633>