diff options
author | Gleb Popov <arrowd@FreeBSD.org> | 2024-10-28 21:40:44 +0300 |
---|---|---|
committer | Gleb Popov <arrowd@FreeBSD.org> | 2024-10-28 21:42:06 +0300 |
commit | 76fdd5279c851833416870cd3ffeac5b97288cdc (patch) | |
tree | 6ecfb5fccf3013caafd0dcef3bd4f761995da49f | |
parent | devel/appstream: Include a patch fixing UB from upstream (diff) |
devel/appstream-compose: Add RUN_DEPENDS on tools that are used during processing
Sponsored by: Future Crew, LLC
-rw-r--r-- | devel/appstream-compose/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/appstream-compose/Makefile b/devel/appstream-compose/Makefile index 1da83c12dc79..40333ae74d6e 100644 --- a/devel/appstream-compose/Makefile +++ b/devel/appstream-compose/Makefile @@ -1,4 +1,4 @@ -PORTREVISION= 0 +PORTREVISION= 1 PKGNAMESUFFIX= Compose COMMENT?= AppStream Compose application and library @@ -7,6 +7,8 @@ LIB_DEPENDS= libappstream.so:devel/appstream \ libfreetype.so:print/freetype2 \ libfontconfig.so:x11-fonts/fontconfig \ libyaml.so:textproc/libyaml +RUN_DEPENDS= optipng:graphics/optipng \ + ffprobe:multimedia/ffmpeg USE_GNOME= cairo gdkpixbuf2 librsvg2 pango |