git: db3d647fdea3 - main - biology/mothur: Remove CC/CPP/CXX exports
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 28 Sep 2023 18:56:38 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=db3d647fdea3f2208f0c84465b0194d7e5bf4904
commit db3d647fdea3f2208f0c84465b0194d7e5bf4904
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-09-28 06:49:54 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-09-28 18:56:25 +0000
biology/mothur: Remove CC/CPP/CXX exports
USES=llvm now by default exports CC/CPP/CXX so remove those
Approved by: portmgr (blanket)
---
biology/mothur/Makefile | 3 ---
1 file changed, 3 deletions(-)
diff --git a/biology/mothur/Makefile b/biology/mothur/Makefile
index 2d16bf482f08..695bcdc7fefc 100644
--- a/biology/mothur/Makefile
+++ b/biology/mothur/Makefile
@@ -28,9 +28,6 @@ PLIST_FILES= bin/${PORTNAME}
.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400091 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 ))
USES+= llvm:max=15
-CC= clang${LLVM_VERSION}
-CPP= clang-cpp${LLVM_VERSION}
-CXX= clang++${LLVM_VERSION}
.endif
post-install: