pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/hs-cgrep



Module Name:    pkgsrc
Committed By:   pho
Date:           Thu Jan  9 11:45:15 UTC 2020

Modified Files:
        pkgsrc/textproc/hs-cgrep: Makefile

Log Message:
Add missing dependency on textproc/hs-yaml


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/textproc/hs-cgrep/Makefile

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

Modified files:

Index: pkgsrc/textproc/hs-cgrep/Makefile
diff -u pkgsrc/textproc/hs-cgrep/Makefile:1.17 pkgsrc/textproc/hs-cgrep/Makefile:1.18
--- pkgsrc/textproc/hs-cgrep/Makefile:1.17      Fri Jan  3 08:22:08 2020
+++ pkgsrc/textproc/hs-cgrep/Makefile   Thu Jan  9 11:45:15 2020
@@ -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 @@ LICENSE=      gnu-gpl-v2
 .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