git: 1eba9ee23931 - main - graphics/maim: Fix LIB_DEPENDS afer x11/slop bump
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 12 Oct 2021 16:27:09 UTC
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