diff --git a/science/xtb/Makefile b/science/xtb/Makefile index 84b637458c40..7a5bcad6afb7 100644 --- a/science/xtb/Makefile +++ b/science/xtb/Makefile @@ -1,22 +1,26 @@ # Created by: Johannes M Dieterich PORTNAME= xtb PORTVERSION= 6.4.1 DISTVERSIONPREFIX= v CATEGORIES= science MAINTAINER= jmd@FreeBSD.org COMMENT= Semiempirical Extended Tight-Binding Program Package LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING +.if !exists(/usr/include/omp.h) +BROKEN= requires OpenMP support that is missing on this architecture +.endif + USES= fortran cmake blaslapack:openblas USE_GITHUB= yes GH_ACCOUNT= grimme-lab USE_LDCONFIG= yes FFLAGS+= -std=legacy .include