diff --git a/cad/gds3d/Makefile b/cad/gds3d/Makefile index f456e544f1b4..a9cf8aaf55ca 100644 --- a/cad/gds3d/Makefile +++ b/cad/gds3d/Makefile @@ -12,6 +12,10 @@ USES= gl gmake localbase:ldflags xorg USE_XORG= x11 USE_GL= gl +.if !exists(/usr/include/omp.h) +BROKEN= requires OpenMP support that is missing on this architecture +.endif + USE_GITHUB= yes GH_ACCOUNT= trilomix GH_PROJECT= ${PORTNAME:tu}