pkgsrc-WIP-changes archive

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

mblaze: Add a comment that perl is needed for prove



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Fri Aug 17 12:14:48 2018 +0200
Changeset:	b01834bce9700a1a81363ce1a6e26963a5c4240f

Modified Files:
	mblaze/Makefile

Log Message:
mblaze: Add a comment that perl is needed for prove

Thanks to <wiz>!

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

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

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

diffs:
diff --git a/mblaze/Makefile b/mblaze/Makefile
index c4a47fcb03..acf3d869af 100644
--- a/mblaze/Makefile
+++ b/mblaze/Makefile
@@ -15,6 +15,7 @@ USE_TOOLS+=	gmake
 MAKE_FILE=	GNUmakefile
 MAKE_FLAGS+=	PREFIX=${PREFIX:Q} BINDIR=${PREFIX:Q}/bin MANDIR=${PREFIX:Q}/${PKGMANDIR}
 
+# Needs prove
 TEST_DEPENDS+=	perl-[0-9]*:../../lang/perl5
 
 TEST_TARGET=	check


Home | Main Index | Thread Index | Old Index