pkgsrc-WIP-changes archive

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

vcsh: add comment about BUILD_DEPENDS



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Sun Sep 3 19:50:51 2017 +0200
Changeset:	30f206a52a17b2631943e1390468b17d2f7b5d32

Modified Files:
	vcsh/Makefile

Log Message:
vcsh: add comment about BUILD_DEPENDS

(needed for self tests, run automatically)

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

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

diffstat:
 vcsh/Makefile | 1 +
 1 file changed, 1 insertion(+)

diffs:
diff --git a/vcsh/Makefile b/vcsh/Makefile
index 3adc088d2c..b0a53cdadd 100644
--- a/vcsh/Makefile
+++ b/vcsh/Makefile
@@ -11,6 +11,7 @@ COMMENT=	Version Control System for the home directory
 LICENSE=	gnu-gpl-v2
 
 DEPENDS+=	git-base-[0-9]*:../../devel/git-base
+# TEST_DEPENDS
 BUILD_DEPENDS+=	p5-Shell-Command-[0-9]*:../../wip/p5-Shell-Command
 BUILD_DEPENDS+=	p5-Test-Most-[0-9]*:../../wip/p5-Test-Most
 BUILD_DEPENDS+=	p5-Text-Diff-[0-9]*:../../textproc/p5-Text-Diff


Home | Main Index | Thread Index | Old Index