aboutsummaryrefslogtreecommitdiff
path: root/biology
diff options
context:
space:
mode:
authorJason W. Bacon <jwb@FreeBSD.org>2018-09-01 14:14:11 +0000
committerJason W. Bacon <jwb@FreeBSD.org>2018-09-01 14:14:11 +0000
commite43fdc46e58d7d4f02a3839a1adc5e36eb1c01aa (patch)
tree2447f9e277805289c1e1922b5831b02aa54b97e8 /biology
parente507912d1cd66bf9130bcde232d05f6e72b4659e (diff)
downloadports-e43fdc46e58d7d4f02a3839a1adc5e36eb1c01aa.tar.gz
ports-e43fdc46e58d7d4f02a3839a1adc5e36eb1c01aa.zip
biology/stacks: Enable OpenMP (oversight in previous commit)
Upgrade to latest release will follow, after testing Approved by: jrm (mentor) Differential Revision: https://reviews.freebsd.org/D16973
Notes
Notes: svn path=/head/; revision=478697
Diffstat (limited to 'biology')
-rw-r--r--biology/stacks/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/biology/stacks/Makefile b/biology/stacks/Makefile
index 080613c57b9f..8cd12546a1bb 100644
--- a/biology/stacks/Makefile
+++ b/biology/stacks/Makefile
@@ -2,7 +2,7 @@
PORTNAME= stacks
DISTVERSION= 1.48
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= biology
MASTER_SITES= http://catchenlab.life.illinois.edu/stacks/source/
@@ -12,7 +12,7 @@ COMMENT= Software pipeline for building loci from short-read sequences
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE
-USES= compiler:c++11-lang gmake python shebangfix
+USES= compiler:openmp gmake python shebangfix
SHEBANG_FILES= scripts/*.pl scripts/*.py
GNU_CONFIGURE= yes