aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--math/kamis/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/math/kamis/Makefile b/math/kamis/Makefile
index 3e12d34d0b9a..d33923150cca 100644
--- a/math/kamis/Makefile
+++ b/math/kamis/Makefile
@@ -15,9 +15,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
USES= cmake
USE_LDCONFIG= yes
-#.if !exists(/usr/include/omp.h)
-#USES+= compiler:gcc-c++11-lib
-#.endif
+.if !exists(/usr/include/omp.h)
+BROKEN= requires OpenMP support that is missing on this architecture
+.endif
USE_GITHUB= yes
GH_ACCOUNT= KarlsruheMIS