git: b1ed02542fa8 - main - graphics/maim: Add a missing library dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 17 Oct 2021 16:15:58 UTC
The branch main has been updated by 0mp: URL: https://cgit.FreeBSD.org/ports/commit/?id=b1ed02542fa87cf5ebc2e585e2c92ce69c4621a4 commit b1ed02542fa87cf5ebc2e585e2c92ce69c4621a4 Author: Mateusz Piotrowski <0mp@FreeBSD.org> AuthorDate: 2021-10-17 15:52:28 +0000 Commit: Mateusz Piotrowski <0mp@FreeBSD.org> CommitDate: 2021-10-17 16:15:37 +0000 graphics/maim: Add a missing library dependency --- graphics/maim/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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