Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Nov 2024 21:01:22 GMT
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 65f5c1e889be - main - finance/gnucash: Make sure cmake finds guile2 executable.
Message-ID:  <202411252101.4APL1MJk003614@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by madpilot:

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

commit 65f5c1e889be1f9e019b2fc3b7572a27905095bc
Author:     Guido Falsi <madpilot@FreeBSD.org>
AuthorDate: 2024-11-25 21:00:34 +0000
Commit:     Guido Falsi <madpilot@FreeBSD.org>
CommitDate: 2024-11-25 21:01:18 +0000

    finance/gnucash: Make sure cmake finds guile2 executable.
---
 finance/gnucash/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/finance/gnucash/Makefile b/finance/gnucash/Makefile
index 659cfdc645f4..787fbb0a65aa 100644
--- a/finance/gnucash/Makefile
+++ b/finance/gnucash/Makefile
@@ -25,7 +25,7 @@ RUN_DEPENDS=	p5-Finance-Quote>=0:finance/p5-Finance-Quote \
 		p5-LWP-Protocol-https>=0:www/p5-LWP-Protocol-https
 
 USES=		cmake:insource compiler:c++17-lang cpe desktop-file-utils \
-		gettext-tools gnome guile:2.2,3.0,conflicts localbase \
+		gettext-tools gnome guile:2.2,3.0,alias,conflicts localbase \
 		perl5 pkgconfig shebangfix tar:bzip2 xorg
 USE_XORG=	x11
 USE_GNOME=	cairo gdkpixbuf2 gtk30 intltool libxml2 libxslt



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