aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorMateusz Piotrowski <0mp@FreeBSD.org>2021-10-17 15:52:28 +0000
committerMateusz Piotrowski <0mp@FreeBSD.org>2021-10-17 16:17:25 +0000
commit94df27b012b08d4ac0560d849baacfae7a7aa85b (patch)
treec255bdb4b52f46b48244af13e3215cb5f02fb099 /graphics
parentab0b1793ba59863a9f29000c1e1451ea6ee04316 (diff)
downloadports-94df27b012b08d4ac0560d849baacfae7a7aa85b.tar.gz
ports-94df27b012b08d4ac0560d849baacfae7a7aa85b.zip
graphics/maim: Add a missing library dependency
(cherry picked from commit b1ed02542fa87cf5ebc2e585e2c92ce69c4621a4)
Diffstat (limited to 'graphics')
-rw-r--r--graphics/maim/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/maim/Makefile b/graphics/maim/Makefile
index 62f52b7e2a12..06b134baa2c0 100644
--- a/graphics/maim/Makefile
+++ b/graphics/maim/Makefile
@@ -1,6 +1,7 @@
PORTNAME= maim
DISTVERSIONPREFIX= v
DISTVERSION= 5.7.4
+PORTREVISION= 1
CATEGORIES= graphics
MAINTAINER= 0mp@FreeBSD.org
@@ -12,7 +13,8 @@ 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:x11/slop
+ libslopy.so:x11/slop \
+ libwebp.so:graphics/webp
USES= cmake compiler:c++11-lang gl jpeg xorg
USE_GITHUB= yes