aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason E. Hale <jhale@FreeBSD.org>2024-08-25 11:53:41 +0000
committerJason E. Hale <jhale@FreeBSD.org>2024-08-25 12:37:06 +0000
commit5756d409c6ba227e5e38436b39ef3faac3da29a3 (patch)
tree462dd59c2c3a2da08079aef8a1243cde934b54d0
parentbcd2014823e3729dc2b1b03d611490a896abeba2 (diff)
audio/gogglesmm: Chase devel/fox17 update
While here: - Fix deps for the OPENGL option
-rw-r--r--audio/gogglesmm/Makefile4
1 files 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