git: 5756d409c6ba - main - audio/gogglesmm: Chase devel/fox17 update
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 25 Aug 2024 12:37:19 UTC
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