pkgsrc-WIP-changes archive

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

cvs2fossil: depend on fossil



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%gatalith.at@localhost>
Pushed By:	wiz
Date:		Sat Jun 24 15:05:12 2023 +0200
Changeset:	f335363dab086c49200624eb7c53a92bf6b9161b

Modified Files:
	cvs2fossil/Makefile

Log Message:
cvs2fossil: depend on fossil

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

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

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

diffs:
diff --git a/cvs2fossil/Makefile b/cvs2fossil/Makefile
index a59f261d3f..d69746218f 100644
--- a/cvs2fossil/Makefile
+++ b/cvs2fossil/Makefile
@@ -9,6 +9,8 @@ HOMEPAGE=	https://wiki.NetBSD.org/github/
 COMMENT=	Tool to convert from CVS to fossil
 #LICENSE=	2-clause-bsd AND mit
 
+DEPENDS+=	fossil-[0-9]*:../../devel/fossil
+
 WRKSRC=		${WRKDIR}/cvs2fossil
 
 INSTALLATION_DIRS+=	libexec/cvs2fossil


Home | Main Index | Thread Index | Old Index