pkgsrc-WIP-changes archive

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

bcftools: Clean up deps, add gsl for optional feature



Module Name:	pkgsrc-wip
Committed By:	Jason W. Bacon <bacon4000%gmail.com@localhost>
Pushed By:	outpaddling
Date:		Sun Sep 29 15:18:17 2024 -0500
Changeset:	c008a2d81f973b234ffe419b5640fd188816a12b

Modified Files:
	bcftools/Makefile

Log Message:
bcftools: Clean up deps, add gsl for optional feature

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

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

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

diffs:
diff --git a/bcftools/Makefile b/bcftools/Makefile
index 3b957ae3ee..edebfc3365 100644
--- a/bcftools/Makefile
+++ b/bcftools/Makefile
@@ -50,8 +50,7 @@ post-install:
 		${DESTDIR}${PREFIX}/bin/vcfutils
 
 .include "../../devel/zlib/buildlink3.mk"
-.include "../../archivers/bzip2/buildlink3.mk"
-.include "../../archivers/xz/buildlink3.mk"
+.include "../../math/gsl/buildlink3.mk"
 .include "../../lang/python/application.mk"
 .include "../../biology/htslib/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index