1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-06 11:41:52 +00:00

biology/mothur: Remove CC/CPP/CXX exports

USES=llvm now by default exports CC/CPP/CXX so remove those
Approved by:	portmgr (blanket)
This commit is contained in:
Muhammad Moinur Rahman 2023-09-28 08:49:54 +02:00
parent 6e5e1ed52c
commit db3d647fde

View File

@ -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: