diff --git a/biology/pooler/Makefile b/biology/pooler/Makefile index 53834b8044dfe..498428ca373a0 100644 --- a/biology/pooler/Makefile +++ b/biology/pooler/Makefile @@ -15,15 +15,12 @@ GH_ACCOUNT= ssb22 GH_PROJECT= PrimerPooler INSTALL_TARGET= install-strip -CFLAGS+= -fopenmp WRKSRC_SUBDIR= pooler PLIST_FILES= bin/pooler man/man1/pooler.1.gz share/applications/pooler.desktop -.include - -.if ${ARCH} == powerpc -USES+= compiler:gcc-c++11-lib +.if exists(/usr/include/omp.h) +CFLAGS+= -fopenmp .endif .include