pkgsrc-WIP-changes archive

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

ad2vcf: Unconditionally discard unmapped reads



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Wed Nov 4 11:01:12 2020 -0600
Changeset:	85b8ff833dbea83219f65f483dafd7693d11a1f8

Modified Files:
	ad2vcf/Makefile

Log Message:
ad2vcf: Unconditionally discard unmapped reads

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

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

diffstat:
 ad2vcf/Makefile | 1 +
 1 file changed, 1 insertion(+)

diffs:
diff --git a/ad2vcf/Makefile b/ad2vcf/Makefile
index 11235fed18..624092ca31 100644
--- a/ad2vcf/Makefile
+++ b/ad2vcf/Makefile
@@ -19,5 +19,6 @@ LICENSE=	2-clause-bsd
 pre-build:
 	(cd ${WRKSRC} && ${MAKE} PREFIX=${PREFIX} depend)
 
+.include "../../biology/htslib/buildlink3.mk"
 .include "../../wip/biolibc/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index