diff options
author | Jason E. Hale <jhale@FreeBSD.org> | 2024-08-25 11:53:41 +0000 |
---|---|---|
committer | Jason E. Hale <jhale@FreeBSD.org> | 2024-08-25 12:37:06 +0000 |
commit | 5756d409c6ba227e5e38436b39ef3faac3da29a3 (patch) | |
tree | 462dd59c2c3a2da08079aef8a1243cde934b54d0 | |
parent | bcd2014823e3729dc2b1b03d611490a896abeba2 (diff) |
audio/gogglesmm: Chase devel/fox17 update
While here:
- Fix deps for the OPENGL option
-rw-r--r-- | audio/gogglesmm/Makefile | 4 |
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 |