pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

helix: use git tool



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Wed Nov 5 23:03:19 2025 +0100
Changeset:	cb33f8a971eabfbc260d73dfffb02e6174b4f1fc

Modified Files:
	helix/Makefile

Log Message:
helix: use git tool

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=cb33f8a971eabfbc260d73dfffb02e6174b4f1fc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 helix/Makefile | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diffs:
diff --git a/helix/Makefile b/helix/Makefile
index 7e1404e10c..6a7f1fd4c7 100644
--- a/helix/Makefile
+++ b/helix/Makefile
@@ -13,10 +13,8 @@ LICENSE=	mpl-2.0
 
 WRKSRC=		${WRKDIR}/${DISTNAME:S/-source//}
 
-TOOL_DEPENDS+=	git-base-[0-9]*:../../devel/git-base
-
 USE_LANGUAGES=	c c++
-USE_TOOLS+=	pax
+USE_TOOLS+=	git pax
 MAKE_ENV+=	HELIX_DISABLE_AUTO_GRAMMAR_BUILD=1
 
 INSTALLATION_DIRS+=	bin


Home | Main Index | Thread Index | Old Index