diff options
author | Mateusz Piotrowski <0mp@FreeBSD.org> | 2021-10-12 16:26:29 +0000 |
---|---|---|
committer | Mateusz Piotrowski <0mp@FreeBSD.org> | 2021-10-12 16:27:05 +0000 |
commit | 1eba9ee23931bd91682394e8adc5698ea0be4952 (patch) | |
tree | 38158eea58930e4d63765f4ac6279b526ea2a49e | |
parent | cae0ba398da5fd18ca20cef0c00a5980d0bc8a14 (diff) |
graphics/maim: Fix LIB_DEPENDS afer x11/slop bump
-rw-r--r-- | graphics/maim/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |