*: move API depends next to include

This commit is contained in:
Thomas Klausner 2020-07-26 22:54:47 +02:00
parent b11acf7cc2
commit 9639ab9d96
2 changed files with 2 additions and 4 deletions

View File

@ -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"

View File

@ -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"