Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Aug 2024 12:37:19 GMT
From:      "Jason E. Hale" <jhale@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 5756d409c6ba - main - audio/gogglesmm: Chase devel/fox17 update
Message-ID:  <202408251237.47PCbJ8J039887@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=5756d409c6ba227e5e38436b39ef3faac3da29a3

commit 5756d409c6ba227e5e38436b39ef3faac3da29a3
Author:     Jason E. Hale <jhale@FreeBSD.org>
AuthorDate: 2024-08-25 11:53:41 +0000
Commit:     Jason E. Hale <jhale@FreeBSD.org>
CommitDate: 2024-08-25 12:37:06 +0000

    audio/gogglesmm: Chase devel/fox17 update
    
    While here:
    - Fix deps for the OPENGL option
---
 audio/gogglesmm/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/audio/gogglesmm/Makefile b/audio/gogglesmm/Makefile
index a9f9e7dff607..9219ab21b601 100644
--- a/audio/gogglesmm/Makefile
+++ b/audio/gogglesmm/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	gogglesmm
 PORTVERSION=	1.2.5
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	audio
 
 MAINTAINER=	jhale@FreeBSD.org
@@ -71,7 +71,7 @@ OGG_CMAKE_BOOL=		WITH_OGG
 
 OPENGL_LIB_DEPENDS=	libepoxy.so:graphics/libepoxy
 OPENGL_USES=		gl
-OPENGL_USE=		GL=gl,glu
+OPENGL_USE=		GL=opengl,glu
 OPENGL_CMAKE_BOOL=	WITH_OPENGL
 
 OPENSSL_USES=		ssl



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