aboutsummaryrefslogtreecommitdiff
path: root/graphics/maim
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:15:37 +0000
commitb1ed02542fa87cf5ebc2e585e2c92ce69c4621a4 (patch)
treed2de44c132d375e461e17c069beb2720ce58092f /graphics/maim
parent99ce39e7697f2953bf912b41abde0641d2abe74b (diff)
downloadports-b1ed02542fa87cf5ebc2e585e2c92ce69c4621a4.tar.gz
ports-b1ed02542fa87cf5ebc2e585e2c92ce69c4621a4.zip
graphics/maim: Add a missing library dependency
Diffstat (limited to 'graphics/maim')
-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