git: ab0b1793ba59 - 2021Q4 - graphics/maim: Fix LIB_DEPENDS afer x11/slop bump

From: Mateusz Piotrowski <0mp_at_FreeBSD.org>
Date: Sun, 17 Oct 2021 16:18:53 UTC
The branch 2021Q4 has been updated by 0mp:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ab0b1793ba59863a9f29000c1e1451ea6ee04316

commit ab0b1793ba59863a9f29000c1e1451ea6ee04316
Author:     Mateusz Piotrowski <0mp@FreeBSD.org>
AuthorDate: 2021-10-12 16:26:29 +0000
Commit:     Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2021-10-17 16:14:39 +0000

    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