Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Oct 2021 16:27:09 GMT
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 1eba9ee23931 - main - graphics/maim: Fix LIB_DEPENDS afer x11/slop bump
Message-ID:  <202110121627.19CGR92R004010@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by 0mp:

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

commit 1eba9ee23931bd91682394e8adc5698ea0be4952
Author:     Mateusz Piotrowski <0mp@FreeBSD.org>
AuthorDate: 2021-10-12 16:26:29 +0000
Commit:     Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2021-10-12 16:27:05 +0000

    graphics/maim: Fix LIB_DEPENDS afer x11/slop bump
---
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110121627.19CGR92R004010>