pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/hs-cgrep Add missing dependency on textproc/h...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ec2ad22e6684
branches:  trunk
changeset: 407747:ec2ad22e6684
user:      pho <pho%pkgsrc.org@localhost>
date:      Thu Jan 09 11:45:15 2020 +0000

description:
Add missing dependency on textproc/hs-yaml

diffstat:

 textproc/hs-cgrep/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (15 lines):

diff -r aac28338d6d2 -r ec2ad22e6684 textproc/hs-cgrep/Makefile
--- a/textproc/hs-cgrep/Makefile        Thu Jan 09 11:29:04 2020 +0000
+++ b/textproc/hs-cgrep/Makefile        Thu Jan 09 11:45:15 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2020/01/03 08:22:08 pho Exp $
+# $NetBSD: Makefile,v 1.18 2020/01/09 11:45:15 pho Exp $
 
 DISTNAME=      cgrep-6.6.30
 #PKGNAME=      ${DISTNAME} # This package should probably be renamed to textproc/cgrep
@@ -29,4 +29,5 @@
 .include "../../devel/hs-unix-compat/buildlink3.mk"
 .include "../../devel/hs-unordered-containers/buildlink3.mk"
 .include "../../devel/hs-utf8-string/buildlink3.mk"
+.include "../../textproc/hs-yaml/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index