mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
graphics/curtail: Add missing dependencies
PR: 272404 Reported by: freezr <freezr@mailbox.org>
This commit is contained in:
parent
012110c0e6
commit
b3d35b6983
1 changed files with 4 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= curtail
|
PORTNAME= curtail
|
||||||
DISTVERSION= 1.7.0
|
DISTVERSION= 1.7.0
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= graphics print
|
CATEGORIES= graphics print
|
||||||
|
|
||||||
MAINTAINER= yuri@FreeBSD.org
|
MAINTAINER= yuri@FreeBSD.org
|
||||||
|
@ -15,7 +15,9 @@ RUN_DEPENDS= cwebp:graphics/webp \
|
||||||
jpegoptim:graphics/jpegoptim \
|
jpegoptim:graphics/jpegoptim \
|
||||||
libadwaita>0:x11-toolkits/libadwaita \
|
libadwaita>0:x11-toolkits/libadwaita \
|
||||||
optipng:graphics/optipng \
|
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
|
USES= desktop-file-utils gettext gnome meson pkgconfig python
|
||||||
USE_GNOME= glib20 gtk30
|
USE_GNOME= glib20 gtk30
|
||||||
|
|
Loading…
Add table
Reference in a new issue