pkgsrc-WIP-changes archive

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

git-toolbelt: Needs git-base to be usable



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Thu Jan 27 15:07:55 2022 +0100
Changeset:	171608db29473327bf067b18f90a28692f635bc8

Modified Files:
	git-toolbelt/Makefile

Log Message:
git-toolbelt: Needs git-base to be usable

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

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

diffstat:
 git-toolbelt/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/git-toolbelt/Makefile b/git-toolbelt/Makefile
index 02cb1ecaa8..1d469f7663 100644
--- a/git-toolbelt/Makefile
+++ b/git-toolbelt/Makefile
@@ -10,6 +10,8 @@ HOMEPAGE=	https://github.com/nvie/git-toolbelt/
 COMMENT=	Suite of useful Git commands
 LICENSE=	modified-bsd
 
+DEPENDS+=	git-base-[0-9]*:../../devel/git-base
+
 REPLACE_SH+=	git-*
 
 USE_LANGUAGES=	# none


Home | Main Index | Thread Index | Old Index