pkgsrc-WIP-changes archive

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

samtools: Use proper htslib dep



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Wed Mar 6 09:40:44 2019 -0600
Changeset:	2006f2fe01f4fc91a26b048676ed60a6053391a9

Modified Files:
	samtools/Makefile

Log Message:
samtools: Use proper htslib dep

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

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

diffstat:
 samtools/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/samtools/Makefile b/samtools/Makefile
index 7fece1543a..933bec8d2d 100644
--- a/samtools/Makefile
+++ b/samtools/Makefile
@@ -22,7 +22,7 @@ REPLACE_PERL+=		test/test.pl
 REPLACE_PYTHON=		misc/*.py
 
 .include "../../devel/zlib/buildlink3.mk"
-.include "../../biology/htslib/buildlink3.mk"
+.include "../../wip/htslib/buildlink3.mk"
 .include "../../lang/python/application.mk"
 .include "../../mk/curses.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index