aboutsummaryrefslogtreecommitdiff
path: root/biology/bcftools/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'biology/bcftools/Makefile')
-rw-r--r--biology/bcftools/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/biology/bcftools/Makefile b/biology/bcftools/Makefile
index 964affb3cd6f..f70a8d828a2d 100644
--- a/biology/bcftools/Makefile
+++ b/biology/bcftools/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= bcftools
-PORTVERSION= 1.11
+PORTVERSION= 1.12
CATEGORIES= biology
MAINTAINER= jwb@FreeBSD.org
@@ -11,14 +11,13 @@ COMMENT= Tools for manipulating next-generation sequencing data
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-LIB_DEPENDS= libhts.so.3:biology/htslib
+LIB_DEPENDS= libhts.so:biology/htslib
TEST_DEPENDS= bash:shells/bash
RUN_DEPENDS= bash:shells/bash
USES= autoreconf gmake localbase perl5 python:env shebangfix
USE_GITHUB= yes
-USE_LDCONFIG= ${PREFIX}/libexec/${PORTNAME}
USE_PERL5= test
GH_ACCOUNT= samtools