diff --git a/science/erd/Makefile b/science/erd/Makefile index 45d6017c712a..2629c3a8ef98 100644 --- a/science/erd/Makefile +++ b/science/erd/Makefile @@ -1,22 +1,25 @@ PORTNAME= erd DISTVERSIONPREFIX= v DISTVERSION= 3.0.6 PORTREVISION= 5 CATEGORIES= science MAINTAINER= yuri@FreeBSD.org COMMENT= AcesIII electron repulsion integrals WWW= https://github.com/psi4/erd LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE USES= cmake fortran +.if !exists(/usr/include/omp.h) +CMAKE_OFF= ENABLE_OPENMP +.endif USE_GITHUB= yes GH_ACCOUNT= psi4 USE_LDCONFIG= yes CMAKE_ARGS= -DBUILD_SHARED_LIBS:BOOL=ON \ -DENABLE_XHOST:BOOL=OFF .include