biology/samtools: Add zlib dependency for Linux
Fixes build on CentOS 7 minimal.
This commit is contained in:
parent
ca359410f8
commit
4941cb94a1
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.3 2018/11/06 10:49:41 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.4 2019/03/27 20:47:36 bacon Exp $
|
||||
|
||||
DISTNAME= samtools-1.9
|
||||
CATEGORIES= biology
|
||||
|
@ -21,6 +21,7 @@ REPLACE_PERL+= misc/plot-bamstats
|
|||
REPLACE_PERL+= test/test.pl
|
||||
REPLACE_PYTHON= misc/*.py
|
||||
|
||||
.include "../../devel/zlib/buildlink3.mk"
|
||||
.include "../../biology/htslib/buildlink3.mk"
|
||||
.include "../../lang/python/application.mk"
|
||||
.include "../../mk/curses.buildlink3.mk"
|
||||
|
|
Loading…
Reference in a new issue