diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-10-29 14:18:46 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-10-29 14:38:30 +0000 |
commit | 64194b757e841fec12f0286462c91b99bc8e866c (patch) | |
tree | 87db93f1861c5647ad5e91c926a033e237a73db8 | |
parent | 603196947f790703ffb614610327acf209f41233 (diff) | |
download | ports-64194b757e841fec12f0286462c91b99bc8e866c.tar.gz ports-64194b757e841fec12f0286462c91b99bc8e866c.zip |
devel/libfmt: Cosmetic change
-rw-r--r-- | devel/libfmt/Makefile | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/devel/libfmt/Makefile b/devel/libfmt/Makefile index 12578a198d31..8eab76db2436 100644 --- a/devel/libfmt/Makefile +++ b/devel/libfmt/Makefile @@ -1,5 +1,4 @@ PORTNAME= fmt -# Make sure to check devel/spdlog consumers too PORTVERSION= 10.2.1 CATEGORIES= devel MASTER_SITES= https://github.com/fmtlib/fmt/releases/download/${PORTVERSION}/ @@ -15,8 +14,16 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USES= cmake:testing compiler:c++11-lang cpe pathfix zip -CMAKE_OFF= FMT_CUDA_TEST FMT_DOC FMT_FUZZ FMT_MODULE FMT_PEDANTIC FMT_SYSTEM_HEADERS FMT_TEST FMT_WERROR -CMAKE_ON= BUILD_SHARED_LIBS FMT_OS +CMAKE_OFF= FMT_CUDA_TEST \ + FMT_DOC \ + FMT_FUZZ \ + FMT_MODULE \ + FMT_PEDANTIC \ + FMT_SYSTEM_HEADERS \ + FMT_TEST \ + FMT_WERROR +CMAKE_ON= BUILD_SHARED_LIBS \ + FMT_OS CMAKE_TESTING_ON= FMT_TEST USE_LDCONFIG= yes |