git: e2f19ae38333 - main - sysutils/tiramisu: drop unused gmake dependency

From: Jan Beich <jbeich_at_FreeBSD.org>
Date: Sat, 01 Jul 2023 18:11:00 UTC
The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e2f19ae38333204a9135c8516882363f2a0fb149

commit e2f19ae38333204a9135c8516882363f2a0fb149
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-07-01 18:08:45 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-07-01 18:10:44 +0000

    sysutils/tiramisu: drop unused gmake dependency
---
 sysutils/tiramisu/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sysutils/tiramisu/Makefile b/sysutils/tiramisu/Makefile
index 3e7af683b46c..8f93f12448a7 100644
--- a/sysutils/tiramisu/Makefile
+++ b/sysutils/tiramisu/Makefile
@@ -9,7 +9,7 @@ WWW=		https://github.com/Sweets/tiramisu
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		gmake gnome pkgconfig vala:build
+USES=		gnome pkgconfig vala:build
 USE_GITHUB=	yes
 USE_GNOME=	glib20
 GH_ACCOUNT=	Sweets