pkgsrc-WIP-changes archive

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

megacmd: add git-base as tool dependency



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Thu Feb 13 22:28:22 2025 +0100
Changeset:	02b8ff21e506ebd514897d18feafbefe1f932a06

Modified Files:
	megacmd/Makefile

Log Message:
megacmd: add git-base as tool dependency

XXX: needs more, at least cryptopp

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

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

diffstat:
 megacmd/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/megacmd/Makefile b/megacmd/Makefile
index f7308db726..f1e80a68a8 100644
--- a/megacmd/Makefile
+++ b/megacmd/Makefile
@@ -15,6 +15,8 @@ COMMENT=	CLI and scriptable application to access MEGA
 # MEGAcmd: GPLv3, SDK: BSD 2-clause
 LICENSE=	gnu-gpl-v3 AND 2-clause-bsd
 
+TOOL_DEPENDS+=	git-base-[0-9]*:../../devel/git-base
+
 USE_LANGUAGES+=		c c++
 USE_CXX_FEATURES+=	filesystem
 FORCE_CXX_STD=		c++17


Home | Main Index | Thread Index | Old Index