Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Jul 2023 18:11:58 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 775a7db14e88 - 2023Q3 - sysutils/tiramisu: drop unused gmake dependency
Message-ID:  <202307011811.361IBwTl052327@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307011811.361IBwTl052327>