From edd23caad62cad4354b32a0e756d29ef60725624 Mon Sep 17 00:00:00 2001 From: linimon Date: Sat, 2 Jun 2018 19:40:59 +0000 Subject: Adjust USES to fix building on gcc-based archs (in particular, powerpc64). On the clang architectures, these changes have no effect: the baser compiler already includes the needed features. While here, remove now-redundant CXXFLAGS statements and pet portlint (no other content change). Tested on both powerpc64 and amd64. Approved by: portmgr (tier-2 blanket) --- biology/kallisto/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'biology') diff --git a/biology/kallisto/Makefile b/biology/kallisto/Makefile index 724d4398f0d8..35563bc9bfe6 100644 --- a/biology/kallisto/Makefile +++ b/biology/kallisto/Makefile @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/license.txt LIB_DEPENDS= libhdf5.so:science/hdf5 \ libsz.so:science/szip -USES= cmake +USES= cmake compiler:c++11-lang USE_GITHUB= yes GH_ACCOUNT= pachterlab -- cgit