aboutsummaryrefslogtreecommitdiff
path: root/biology/p5-TrimGalore/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'biology/p5-TrimGalore/Makefile')
-rw-r--r--biology/p5-TrimGalore/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/biology/p5-TrimGalore/Makefile b/biology/p5-TrimGalore/Makefile
index 7b5f2c4ebf3f..1e23f2e2f87b 100644
--- a/biology/p5-TrimGalore/Makefile
+++ b/biology/p5-TrimGalore/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= TrimGalore
-DISTVERSION= 0.6.1
+DISTVERSION= 0.6.4
CATEGORIES= biology perl5 python
PKGNAMEPREFIX= p5-
@@ -11,7 +11,7 @@ COMMENT= Wrapper around Cutadapt and FastQC for adapter and quality trimming
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cutadapt>0:biology/py-cutadapt@${PY_FLAVOR} \
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cutadapt>=2.5:biology/py-cutadapt@${PY_FLAVOR} \
fastqc>0:biology/fastqc
# Future: Can 3.4+ be determined from cutadapt dep?