pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/lcov
Module Name: pkgsrc
Committed By: wiz
Date: Thu Aug 14 11:46:25 UTC 2025
Modified Files:
pkgsrc/devel/lcov: Makefile
Log Message:
lcov: add missing dependency. Ride update.
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/lcov/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/lcov/Makefile
diff -u pkgsrc/devel/lcov/Makefile:1.20 pkgsrc/devel/lcov/Makefile:1.21
--- pkgsrc/devel/lcov/Makefile:1.20 Thu Aug 14 11:38:41 2025
+++ pkgsrc/devel/lcov/Makefile Thu Aug 14 11:46:25 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2025/08/14 11:38:41 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2025/08/14 11:46:25 wiz Exp $
DISTNAME= lcov-2.3.1
CATEGORIES= devel
@@ -10,6 +10,8 @@ HOMEPAGE= https://github.com/linux-test-
COMMENT= Front-end for GCC's coverage testing tool gcov
LICENSE= gnu-gpl-v2
+DEPENDS+= p5-DateTime-[0-9]*:../../time/p5-DateTime
+
USE_TOOLS+= bash:run gmake perl
MAKE_FLAGS+= PREFIX=${PREFIX}
Home |
Main Index |
Thread Index |
Old Index