aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/imgui
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2023-12-18 08:11:50 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2023-12-18 08:11:50 +0000
commitae5e2b030d23f6a13b6d304cddeaacd6d667c7e6 (patch)
tree12f5e27b18147cd2792e894782ea631f977c30ff /x11-toolkits/imgui
parent8c9c94fefb8c5add78a85a1bd25278024cf093dd (diff)
downloadports-ae5e2b030d23f6a13b6d304cddeaacd6d667c7e6.tar.gz
ports-ae5e2b030d23f6a13b6d304cddeaacd6d667c7e6.zip
Diffstat (limited to 'x11-toolkits/imgui')
-rw-r--r--x11-toolkits/imgui/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/x11-toolkits/imgui/Makefile b/x11-toolkits/imgui/Makefile
index 635fe753d2c4..63b0ee569190 100644
--- a/x11-toolkits/imgui/Makefile
+++ b/x11-toolkits/imgui/Makefile
@@ -1,6 +1,7 @@
PORTNAME= imgui
DISTVERSIONPREFIX= v
DISTVERSION= 1.90
+PORTREVISION= 1
CATEGORIES= x11-toolkits
MAINTAINER= yuri@FreeBSD.org
@@ -40,14 +41,18 @@ ALLEGRO5_LIB_DEPENDS= liballegro.so:devel/allegro5 # even though binary doesn't
GLFW_DESC= Install GLFW backend
GLFW_CMAKE_BOOL= IMGUI_BUILD_GLFW_BINDING
+GLFW_USES= gl
+GLFW_USE= GL=gl
GLFW_LIB_DEPENDS= libglfw.so:graphics/glfw
OPENGL2_DESC= Install OPENGL2 backend
-OPENGL2_USES= localbase
+OPENGL2_USES= gl localbase
+OPENGL2_USE= GL=gl
OPENGL2_CMAKE_BOOL= IMGUI_BUILD_OPENGL2_BINDING
OPENGL3_DESC= Install OPENGL3 backend
-OPENGL3_USES= localbase
+OPENGL3_USES= gl localbase
+OPENGL3_USE= GL=gl
OPENGL3_CMAKE_BOOL= IMGUI_BUILD_OPENGL3_BINDING
SDL2_DESC= Install SDL2 backend