graphics/maim: Add a missing library dependency

(cherry picked from commit b1ed02542f)
This commit is contained in:
Mateusz Piotrowski 2021-10-17 17:52:28 +02:00
parent ab0b1793ba
commit 94df27b012
1 changed files with 3 additions and 1 deletions

View File

@ -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