pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
bcf-score: Sync deps with bcftools
Module Name: pkgsrc-wip
Committed By: Jason W. Bacon <bacon%NetBSD.org@localhost>
Pushed By: outpaddling
Date: Fri Oct 11 17:06:28 2024 -0500
Changeset: 930b38cd5b09725a31487fd21ad3c67b93e83075
Modified Files:
bcf-score/Makefile
Log Message:
bcf-score: Sync deps with bcftools
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=930b38cd5b09725a31487fd21ad3c67b93e83075
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
bcf-score/Makefile | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diffs:
diff --git a/bcf-score/Makefile b/bcf-score/Makefile
index 9c0daab0bc..eddff7874c 100644
--- a/bcf-score/Makefile
+++ b/bcf-score/Makefile
@@ -66,12 +66,13 @@ do-install:
(cd ${WRKSRC}/bcf-score && pax -rw . ${DESTDIR}${DATADIR})
.include "../../devel/zlib/buildlink3.mk"
-.include "../../archivers/bzip2/buildlink3.mk"
-.include "../../archivers/xz/buildlink3.mk"
.include "../../math/gsl/buildlink3.mk"
-.include "../../math/suitesparse/buildlink3.mk"
.include "../../lang/python/application.mk"
+.include "../../wip/htslib/buildlink3.mk"
+.include "../../math/suitesparse/buildlink3.mk"
+# Needed on Linux, even though inherited from htslib
+.include "../../archivers/bzip2/buildlink3.mk"
+.include "../../archivers/xz/buildlink3.mk"
# Required by cholmod, a not-always-used component of suitesparse
.include "../../parallel/openmp/buildlink3.mk"
-.include "../../wip/htslib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index