From ab0b1793ba59863a9f29000c1e1451ea6ee04316 Mon Sep 17 00:00:00 2001 From: Mateusz Piotrowski <0mp@FreeBSD.org> Date: Tue, 12 Oct 2021 18:26:29 +0200 Subject: graphics/maim: Fix LIB_DEPENDS afer x11/slop bump (cherry picked from commit 1eba9ee23931bd91682394e8adc5698ea0be4952) --- graphics/maim/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphics/maim/Makefile b/graphics/maim/Makefile index 53b25b955413..62f52b7e2a12 100644 --- a/graphics/maim/Makefile +++ b/graphics/maim/Makefile @@ -12,7 +12,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/glm/glm.hpp:math/glm LIB_DEPENDS= libicuuc.so:devel/icu \ libImlib2.so:graphics/imlib2 \ libpng.so:graphics/png \ - libslopy.so.7.5:x11/slop + libslopy.so:x11/slop USES= cmake compiler:c++11-lang gl jpeg xorg USE_GITHUB= yes -- cgit v1.2.3