diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2022-07-15 19:23:24 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2022-07-15 19:28:51 +0000 |
commit | 604870530c816c27da9586ae828be65aa7a045e9 (patch) | |
tree | e138811a494b48ed065c1e76789975e6c890e5de /graphics/bonzomatic/Makefile | |
parent | 2367d95248c3f9ac04d4a407a1de24a0e4dcb777 (diff) |
graphics/bonzomatic: update 2022-06-18 → 2022-07-08
Diffstat (limited to 'graphics/bonzomatic/Makefile')
-rw-r--r-- | graphics/bonzomatic/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/bonzomatic/Makefile b/graphics/bonzomatic/Makefile index 3142692884d9..569b1dbbb20a 100644 --- a/graphics/bonzomatic/Makefile +++ b/graphics/bonzomatic/Makefile @@ -1,5 +1,5 @@ PORTNAME= bonzomatic -DISTVERSION= 2022-06-18 +DISTVERSION= 2022-07-08 CATEGORIES= graphics MAINTAINER= amdmi3@FreeBSD.org @@ -11,7 +11,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libasound.so:audio/alsa-lib \ libfontconfig.so:x11-fonts/fontconfig \ libglfw.so:graphics/glfw -BUILD_DEPENDS= ${LOCALBASE}/include/stb/stb_image.h:devel/stb +BUILD_DEPENDS= ${LOCALBASE}/include/stb/stb_image.h:devel/stb \ + glfw>=3:graphics/glfw USES= cmake compiler:c++11-lang gl localbase:ldflags pkgconfig xorg USE_GL= gl glu glew |