diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2019-11-04 20:39:51 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2019-11-04 20:39:51 +0000 |
commit | 91c3b180c1027e0ad7c2ee36f3a85f52bd96ac43 (patch) | |
tree | 426fa4c692de977e4ef9ab85b6f6b90a1277d6c1 /audio/gogglesmm | |
parent | f19eed403c795f7459f878b37bbe24b938095c22 (diff) |
Notes
Diffstat (limited to 'audio/gogglesmm')
-rw-r--r-- | audio/gogglesmm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/gogglesmm/Makefile b/audio/gogglesmm/Makefile index 797fea97b8b4..cc45df267a0a 100644 --- a/audio/gogglesmm/Makefile +++ b/audio/gogglesmm/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= libtag.so:audio/taglib \ libFOX-1.7.so:x11-toolkits/fox17 USES= cmake compiler:c++11-lib desktop-file-utils \ - localbase:ldflags pkgconfig shebangfix sqlite + localbase:ldflags pkgconfig shebangfix sqlite xorg USE_GITHUB= yes USE_XORG= ice sm x11 @@ -78,6 +78,7 @@ OGG_LIB_DEPENDS= libogg.so:audio/libogg OGG_CMAKE_BOOL= WITH_OGG OPENGL_LIB_DEPENDS= libepoxy.so:graphics/libepoxy +OPENGL_USES= gl OPENGL_USE= GL=gl,glu OPENGL_CMAKE_BOOL= WITH_OPENGL |