From b1ed02542fa87cf5ebc2e585e2c92ce69c4621a4 Mon Sep 17 00:00:00 2001 From: Mateusz Piotrowski <0mp@FreeBSD.org> Date: Sun, 17 Oct 2021 17:52:28 +0200 Subject: graphics/maim: Add a missing library dependency --- graphics/maim/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'graphics') 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 -- cgit v1.2.3