pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/hs-scientific Add missing dependency on devel/hs-...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/06f2b56129d1
branches:  trunk
changeset: 346421:06f2b56129d1
user:      pho <pho%pkgsrc.org@localhost>
date:      Tue Dec 31 17:27:24 2019 +0000

description:
Add missing dependency on devel/hs-primitive

diffstat:

 math/hs-scientific/Makefile      |  4 +++-
 math/hs-scientific/buildlink3.mk |  3 ++-
 2 files changed, 5 insertions(+), 2 deletions(-)

diffs (37 lines):

diff -r ccd2b3259871 -r 06f2b56129d1 math/hs-scientific/Makefile
--- a/math/hs-scientific/Makefile       Tue Dec 31 17:25:21 2019 +0000
+++ b/math/hs-scientific/Makefile       Tue Dec 31 17:27:24 2019 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.13 2019/12/31 14:10:51 pho Exp $
+# $NetBSD: Makefile,v 1.14 2019/12/31 17:27:24 pho Exp $
 
 DISTNAME=      scientific-0.3.6.2
+PKGREVISION=   1
 CATEGORIES=    math
 
 MAINTAINER=    szptvlfn%NetBSD.org@localhost
@@ -9,6 +10,7 @@
 
 .include "../../mk/haskell.mk"
 .include "../../devel/hs-hashable/buildlink3.mk"
+.include "../../devel/hs-primitive/buildlink3.mk"
 .include "../../devel/hs-text/buildlink3.mk"
 .include "../../math/hs-integer-logarithms/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r ccd2b3259871 -r 06f2b56129d1 math/hs-scientific/buildlink3.mk
--- a/math/hs-scientific/buildlink3.mk  Tue Dec 31 17:25:21 2019 +0000
+++ b/math/hs-scientific/buildlink3.mk  Tue Dec 31 17:27:24 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.13 2019/12/31 14:10:51 pho Exp $
+# $NetBSD: buildlink3.mk,v 1.14 2019/12/31 17:27:24 pho Exp $
 
 BUILDLINK_TREE+=       hs-scientific
 
@@ -10,6 +10,7 @@
 BUILDLINK_PKGSRCDIR.hs-scientific?=    ../../math/hs-scientific
 
 .include "../../devel/hs-hashable/buildlink3.mk"
+.include "../../devel/hs-primitive/buildlink3.mk"
 .include "../../devel/hs-text/buildlink3.mk"
 .include "../../math/hs-integer-logarithms/buildlink3.mk"
 .endif # HS_SCIENTIFIC_BUILDLINK3_MK



Home | Main Index | Thread Index | Old Index