diff --git a/graphics/glfw/Makefile b/graphics/glfw/Makefile index 1f1a3009df9..8510bcfdda6 100644 --- a/graphics/glfw/Makefile +++ b/graphics/glfw/Makefile @@ -3,7 +3,7 @@ COMMENT = open source, multi-platform library for creating windows V = 3.4 DISTNAME = glfw-${V} CATEGORIES = graphics x11 -REVISION = 1 +REVISION = 2 SHARED_LIBS += glfw 1.2 # 3.4 @@ -32,12 +32,11 @@ CONFIGURE_ARGS = -DBUILD_SHARED_LIBS=ON \ CFLAGS += -I${X11BASE}/include +BUILD_DEPENDS = wayland/libinput-openbsd LIB_DEPENDS = devel/epoll-shim \ - wayland/libinput-openbsd \ wayland/wayland \ x11/xkbcommon - NO_TEST = Yes .include