git: 9aa04464ac30 - main - science/phonopy: drop not necessary GCC

From: Piotr Kubaj <pkubaj_at_FreeBSD.org>
Date: Sat, 12 Aug 2023 01:38:03 UTC
The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9aa04464ac30da84834d7f9b68b4b13deaf2da39

commit 9aa04464ac30da84834d7f9b68b4b13deaf2da39
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2023-08-11 10:49:49 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2023-08-12 01:37:40 +0000

    science/phonopy: drop not necessary GCC
---
 science/phonopy/Makefile | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/science/phonopy/Makefile b/science/phonopy/Makefile
index c7bfc4398f58..b4c8c0585037 100644
--- a/science/phonopy/Makefile
+++ b/science/phonopy/Makefile
@@ -11,9 +11,6 @@ LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USES=		cmake
-.if !exists(/usr/include/omp.h)
-USES+=		compiler:gcc-c++11-lib
-.endif
 USE_LDCONFIG=	yes
 
 USE_GITHUB=	yes