diff options
| author | Dima Panov <fluffy@FreeBSD.org> | 2025-11-19 09:03:17 +0000 |
|---|---|---|
| committer | Dima Panov <fluffy@FreeBSD.org> | 2025-11-19 09:03:17 +0000 |
| commit | b1601c5bbadff3bd5e8f762d7acb7582901095f7 (patch) | |
| tree | 44016f4869c3fd8495b21dd47b91e33712ad16e2 | |
| parent | 0af1154d606f546839049b2cf7532a06f2f08812 (diff) | |
graphics/gimp3-app: add devel/apstream to LIB_DEPENDS (+)
On some systems with missed devel/appsteam from installed, gimp3 app claims missed library
ld-elf.so.1: Shared object "libappstream.so.5" not found, required by "gimp"
Declare devel/apsstream not as only build dependency but also add as LIB_DEPENDS
PR: 291058
| -rw-r--r-- | graphics/gimp3-app/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/gimp3-app/Makefile b/graphics/gimp3-app/Makefile index d47df19d9cc8..4654ac5e32c5 100644 --- a/graphics/gimp3-app/Makefile +++ b/graphics/gimp3-app/Makefile @@ -1,5 +1,6 @@ PORTNAME= gimp DISTVERSION= 3.0.6 +PORTREVISION= 1 CATEGORIES?= graphics gnome MASTER_SITES= GIMP/gimp/v${PORTVERSION:R} PKGNAMESUFFIX= 3-app @@ -31,6 +32,7 @@ LIB_DEPENDS= libpng.so:graphics/png \ libjson-c.so:devel/json-c \ libmypaint.so:graphics/libmypaint \ libfreetype.so:print/freetype2 \ + libappstream.so:devel/appstream \ libappstream-glib.so:devel/appstream-glib \ libImath.so:math/Imath \ libwebp.so:graphics/webp \ |
