mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 22:30:38 -04:00
devel/libfmt: Cosmetic change
This commit is contained in:
parent
603196947f
commit
64194b757e
1 changed files with 10 additions and 3 deletions
|
@ -1,5 +1,4 @@
|
||||||
PORTNAME= fmt
|
PORTNAME= fmt
|
||||||
# Make sure to check devel/spdlog consumers too
|
|
||||||
PORTVERSION= 10.2.1
|
PORTVERSION= 10.2.1
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
MASTER_SITES= https://github.com/fmtlib/fmt/releases/download/${PORTVERSION}/
|
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
|
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_OFF= FMT_CUDA_TEST \
|
||||||
CMAKE_ON= BUILD_SHARED_LIBS FMT_OS
|
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
|
CMAKE_TESTING_ON= FMT_TEST
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue