aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMateusz Piotrowski <0mp@FreeBSD.org>2021-10-12 16:26:29 +0000
committerMateusz Piotrowski <0mp@FreeBSD.org>2021-10-17 16:14:39 +0000
commitab0b1793ba59863a9f29000c1e1451ea6ee04316 (patch)
treeb00aaaf241ed63d006df61fffdd97da11a517040
parentb5aaacbe1f06242a86fd9934cc9baa93d35f9127 (diff)
downloadports-ab0b1793ba59863a9f29000c1e1451ea6ee04316.tar.gz
ports-ab0b1793ba59863a9f29000c1e1451ea6ee04316.zip
graphics/maim: Fix LIB_DEPENDS afer x11/slop bump
(cherry picked from commit 1eba9ee23931bd91682394e8adc5698ea0be4952)
-rw-r--r--graphics/maim/Makefile2
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