From 9639ab9d967d8978395081b1ff3ab98a96b1c2f8 Mon Sep 17 00:00:00 2001 From: Thomas Klausner Date: Sun, 26 Jul 2020 22:54:47 +0200 Subject: [PATCH] *: move API depends next to include --- bcftools/Makefile | 3 +-- samtools/Makefile | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) 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"