git: 775a7db14e88 - 2023Q3 - sysutils/tiramisu: drop unused gmake dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 01 Jul 2023 18:11:58 UTC
The branch 2023Q3 has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=775a7db14e88ffd9a12f0bc004deded6beefb185 commit 775a7db14e88ffd9a12f0bc004deded6beefb185 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:11:42 +0000 sysutils/tiramisu: drop unused gmake dependency (cherry picked from commit e2f19ae38333204a9135c8516882363f2a0fb149) --- 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