pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/hs-uuid-types Add missing dependency on devel/hs...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c6f4f02ef1b2
branches:  trunk
changeset: 420690:c6f4f02ef1b2
user:      pho <pho%pkgsrc.org@localhost>
date:      Mon Jan 06 11:51:04 2020 +0000

description:
Add missing dependency on devel/hs-random

diffstat:

 devel/hs-uuid-types/Makefile      |  3 ++-
 devel/hs-uuid-types/buildlink3.mk |  3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diffs (33 lines):

diff -r 5be71b2dbb64 -r c6f4f02ef1b2 devel/hs-uuid-types/Makefile
--- a/devel/hs-uuid-types/Makefile      Mon Jan 06 11:49:37 2020 +0000
+++ b/devel/hs-uuid-types/Makefile      Mon Jan 06 11:51:04 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/01/01 02:08:38 pho Exp $
+# $NetBSD: Makefile,v 1.2 2020/01/06 11:51:04 pho Exp $
 
 DISTNAME=      uuid-types-1.0.3
 CATEGORIES=    devel
@@ -9,5 +9,6 @@
 
 .include "../../mk/haskell.mk"
 .include "../../devel/hs-hashable/buildlink3.mk"
+.include "../../devel/hs-random/buildlink3.mk"
 .include "../../devel/hs-text/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 5be71b2dbb64 -r c6f4f02ef1b2 devel/hs-uuid-types/buildlink3.mk
--- a/devel/hs-uuid-types/buildlink3.mk Mon Jan 06 11:49:37 2020 +0000
+++ b/devel/hs-uuid-types/buildlink3.mk Mon Jan 06 11:51:04 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.1 2020/01/01 02:08:38 pho Exp $
+# $NetBSD: buildlink3.mk,v 1.2 2020/01/06 11:51:04 pho Exp $
 
 BUILDLINK_TREE+=       hs-uuid-types
 
@@ -10,6 +10,7 @@
 BUILDLINK_PKGSRCDIR.hs-uuid-types?=    ../../devel/hs-uuid-types
 
 .include "../../devel/hs-hashable/buildlink3.mk"
+.include "../../devel/hs-random/buildlink3.mk"
 .include "../../devel/hs-text/buildlink3.mk"
 .endif # HS_UUID_TYPES_BUILDLINK3_MK
 



Home | Main Index | Thread Index | Old Index