diff --git a/bcftools/Makefile b/bcftools/Makefile index ccc6966665..2efe84b939 100644 --- a/bcftools/Makefile +++ b/bcftools/Makefile @@ -9,8 +9,6 @@ HOMEPAGE= https://www.htslib.org/ COMMENT= Tools for manipulating BCF and VCF variant call files LICENSE= mit -BUILDLINK_API_DEPENDS.htslib+= htslib>=1.10.2 - USE_TOOLS+= autoconf automake autoreconf bash gmake perl GNU_CONFIGURE= yes @@ -50,6 +48,7 @@ post-install: ${MV} ${DESTDIR}${PREFIX}/bin/vcfutils.pl \ ${DESTDIR}${PREFIX}/bin/vcfutils +BUILDLINK_API_DEPENDS.htslib+= htslib>=1.10.2 .include "../../biology/htslib/buildlink3.mk" .include "../../devel/zlib/buildlink3.mk" .include "../../lang/python/application.mk" diff --git a/samtools/Makefile b/samtools/Makefile index 1ed103237c..8a10b33247 100644 --- a/samtools/Makefile +++ b/samtools/Makefile @@ -9,8 +9,6 @@ HOMEPAGE= https://www.htslib.org/ COMMENT= Tools for manipulating sequence alignment maps LICENSE= mit -BUILDLINK_API_DEPENDS.htslib+= htslib>=1.10.2 - USE_TOOLS+= autoconf automake autoreconf bash gmake perl GNU_CONFIGURE= yes @@ -36,6 +34,7 @@ TEST_TARGET= test pre-configure: cd ${WRKSRC} && autoreconf -if +BUILDLINK_API_DEPENDS.htslib+= htslib>=1.10.2 .include "../../wip/htslib/buildlink3.mk" .include "../../devel/zlib/buildlink3.mk" .include "../../lang/python/application.mk"