git: 02fdf46ac697 - main - graphics/curtail: Add missing dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 28 Jun 2023 04:56:29 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=02fdf46ac69724677baff1c9aeadb4689dc6ed81
commit 02fdf46ac69724677baff1c9aeadb4689dc6ed81
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-06-28 04:55:22 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-06-28 04:55:22 +0000
graphics/curtail: Add missing dependency
PR: 272263
Reported by: freezr <freezr@mailbox.org>
---
graphics/curtail/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/graphics/curtail/Makefile b/graphics/curtail/Makefile
index af42ee92ebf9..f184306e1967 100644
--- a/graphics/curtail/Makefile
+++ b/graphics/curtail/Makefile
@@ -1,5 +1,6 @@
PORTNAME= curtail
DISTVERSION= 1.7.0
+PORTREVISION= 1
CATEGORIES= graphics print
MAINTAINER= yuri@FreeBSD.org
@@ -12,6 +13,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= appstream-util:devel/appstream-glib
RUN_DEPENDS= cwebp:graphics/webp \
jpegoptim:graphics/jpegoptim \
+ libadwaita>0:x11-toolkits/libadwaita \
optipng:graphics/optipng \
pngquant:graphics/pngquant