git: b3d35b6983d2 - main - graphics/curtail: Add missing dependencies
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 07 Jul 2023 05:27:42 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=b3d35b6983d2d8b0250d37590a85e72c58fc90cb commit b3d35b6983d2d8b0250d37590a85e72c58fc90cb Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2023-07-07 05:25:52 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2023-07-07 05:27:40 +0000 graphics/curtail: Add missing dependencies PR: 272404 Reported by: freezr <freezr@mailbox.org> --- graphics/curtail/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/graphics/curtail/Makefile b/graphics/curtail/Makefile index f184306e1967..c44d6b19cb7f 100644 --- a/graphics/curtail/Makefile +++ b/graphics/curtail/Makefile @@ -1,6 +1,6 @@ PORTNAME= curtail DISTVERSION= 1.7.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics print MAINTAINER= yuri@FreeBSD.org @@ -15,7 +15,9 @@ RUN_DEPENDS= cwebp:graphics/webp \ jpegoptim:graphics/jpegoptim \ libadwaita>0:x11-toolkits/libadwaita \ optipng:graphics/optipng \ - pngquant:graphics/pngquant + oxipng:graphics/oxipng \ + pngquant:graphics/pngquant \ + scour:textproc/py-scour@${PY_FLAVOR} USES= desktop-file-utils gettext gnome meson pkgconfig python USE_GNOME= glib20 gtk30