pkgsrc-WIP-changes archive

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

bcftools: Use biology/htslib instead of wip/htslib



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Mon Nov 12 19:12:12 2018 -0600
Changeset:	e354e6c91fd7ed02b6d84f4ec24248662358c8b0

Modified Files:
	bcftools/Makefile

Log Message:
bcftools: Use biology/htslib instead of wip/htslib

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

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

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

diffs:
diff --git a/bcftools/Makefile b/bcftools/Makefile
index 9232e8d448..df785bb013 100644
--- a/bcftools/Makefile
+++ b/bcftools/Makefile
@@ -56,7 +56,7 @@ post-install:
 		${DESTDIR}${PREFIX}/bin/
 	${RMDIR} ${DESTDIR}${PREFIX}/bin/samtools_misc/
 
-.include "../../wip/htslib/buildlink3.mk"
+.include "../../biology/htslib/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../lang/python/application.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index