git: 1e1716fdbc76 - main - science/erd: drop not necessary anymore CMAKE_ARGS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 12 Aug 2023 01:38:07 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=1e1716fdbc7633e386c95571ec87875429558412 commit 1e1716fdbc7633e386c95571ec87875429558412 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2023-08-11 10:54:19 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2023-08-12 01:37:41 +0000 science/erd: drop not necessary anymore CMAKE_ARGS --- science/erd/Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/science/erd/Makefile b/science/erd/Makefile index 941506f8d4ef..fe34b946c457 100644 --- a/science/erd/Makefile +++ b/science/erd/Makefile @@ -12,9 +12,6 @@ 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