pkgsrc-WIP-changes archive

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

htslib: Import bl3 fix from pkgsrc



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Thu Jul 23 10:27:12 2020 +0000
Changeset:	b99d85413dcea6be379823bc28821d76d8678ec5

Modified Files:
	htslib/buildlink3.mk

Log Message:
htslib: Import bl3 fix from pkgsrc

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b99d85413dcea6be379823bc28821d76d8678ec5

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

diffstat:
 htslib/buildlink3.mk | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diffs:
diff --git a/htslib/buildlink3.mk b/htslib/buildlink3.mk
index d7be89ff83..8f79f9853f 100644
--- a/htslib/buildlink3.mk
+++ b/htslib/buildlink3.mk
@@ -5,8 +5,9 @@ BUILDLINK_TREE+=	htslib
 .if !defined(HTSLIB_BUILDLINK3_MK)
 HTSLIB_BUILDLINK3_MK:=
 
-BUILDLINK_API_DEPENDS.htslib+=	htslib>=1.10.2
-BUILDLINK_PKGSRCDIR.htslib?=	../../wip/htslib
+BUILDLINK_API_DEPENDS.htslib+=	htslib>=1.8
+BUILDLINK_ABI_DEPENDS.htslib+=	htslib>=1.10.2
+BUILDLINK_PKGSRCDIR.htslib?=	../../biology/htslib
 
 .endif	# HTSLIB_BUILDLINK3_MK
 


Home | Main Index | Thread Index | Old Index