pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/p5-Data-Peek
Module Name: pkgsrc
Committed By: gutteridge
Date: Tue Feb 25 01:15:19 UTC 2020
Modified Files:
pkgsrc/devel/p5-Data-Peek: Makefile
Log Message:
p5-Data-Peek: fix build failure
USE_LANGUAGES needs to be set. While here, correctly express a test
dependency.
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/devel/p5-Data-Peek/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/p5-Data-Peek/Makefile
diff -u pkgsrc/devel/p5-Data-Peek/Makefile:1.28 pkgsrc/devel/p5-Data-Peek/Makefile:1.29
--- pkgsrc/devel/p5-Data-Peek/Makefile:1.28 Sat Feb 22 13:31:01 2020
+++ pkgsrc/devel/p5-Data-Peek/Makefile Tue Feb 25 01:15:19 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2020/02/22 13:31:01 mef Exp $
+# $NetBSD: Makefile,v 1.29 2020/02/25 01:15:19 gutteridge Exp $
DISTNAME= Data-Peek-0.49
PKGNAME= p5-${DISTNAME}
@@ -11,12 +11,12 @@ HOMEPAGE= https://metacpan.org/release/D
COMMENT= Perl 5 collection of low-level debug functions
LICENSE= ${PERL5_LICENSE}
-USE_LANGUAGES= #
+USE_LANGUAGES= c
PERL5_PACKLIST= auto/Data/Peek/.packlist
MAKE_ENV+= AUTOMATED_TESTING=1
# For test target
-BUILD_DEPENDS+= p5-Test-NoWarnings-[0-9]*:../../devel/p5-Test-NoWarnings
+TEST_DEPENDS+= p5-Test-NoWarnings-[0-9]*:../../devel/p5-Test-NoWarnings
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index