aboutsummaryrefslogtreecommitdiff
path: root/biology/cufflinks
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2020-07-08 10:37:07 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2020-07-08 10:37:07 +0000
commitc39c3cf66a9131f785ab3309eec10070ef0ce11e (patch)
tree217a44643b82e7d65b25d7cc602798191cf78705 /biology/cufflinks
parentde436573d125cb2e70714217fe398992b2ae8e46 (diff)
downloadports-c39c3cf66a9131f785ab3309eec10070ef0ce11e.tar.gz
ports-c39c3cf66a9131f785ab3309eec10070ef0ce11e.zip
biology/cufflinks: fix build on GCC architectures
Using Boost requires modern compiler. MFH: 2020Q3 (fix build blanket)
Notes
Notes: svn path=/head/; revision=541482
Diffstat (limited to 'biology/cufflinks')
-rw-r--r--biology/cufflinks/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/biology/cufflinks/Makefile b/biology/cufflinks/Makefile
index 99f7d937d106..275b60f9a467 100644
--- a/biology/cufflinks/Makefile
+++ b/biology/cufflinks/Makefile
@@ -18,7 +18,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libboost_system.so:devel/boost-libs \
libhts.so:biology/htslib
-USES= autoreconf eigen:3 gmake python shebangfix
+USES= autoreconf compiler:c++11-lang eigen:3 gmake python shebangfix
SHEBANG_FILES= src/cuffmerge
GNU_CONFIGURE= yes
USE_GITHUB= yes