Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Dec 2022 09:08:23 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 5d773bd97d62 - main - devel/libfmt: Cosmetic change
Message-ID:  <202212300908.2BU98NHf099837@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5d773bd97d6289b794991aa04c2efdd7d8c6d0fb

commit 5d773bd97d6289b794991aa04c2efdd7d8c6d0fb
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-12-30 08:39:54 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-12-30 09:04:07 +0000

    devel/libfmt: Cosmetic change
---
 devel/libfmt/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/devel/libfmt/Makefile b/devel/libfmt/Makefile
index 75a2e71dd09f..5d041a3360b6 100644
--- a/devel/libfmt/Makefile
+++ b/devel/libfmt/Makefile
@@ -16,12 +16,11 @@ USES=		cmake:testing compiler:c++11-lang cpe 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_TESTING_ON=	FMT_TEST
 USE_LDCONFIG=	yes
 
 PLIST_SUB=	PORTVERSION=${PORTVERSION}
 
-CMAKE_TESTING_ON=	FMT_TEST
-
 # include/fmt/*
 CONFLICTS_INSTALL=	axom
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202212300908.2BU98NHf099837>