Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Aug 2022 16:31:05 GMT
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 999185e04b56 - main - sysutils/btop: uncomment accidentally commented USE_GCC
Message-ID:  <202208291631.27TGV5hr073658@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=999185e04b560893d0dc21e3ca047be9d4bc9110

commit 999185e04b560893d0dc21e3ca047be9d4bc9110
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2022-08-29 16:28:57 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2022-08-29 16:30:58 +0000

    sysutils/btop: uncomment accidentally commented USE_GCC
---
 sysutils/btop/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sysutils/btop/Makefile b/sysutils/btop/Makefile
index a8cc3dc66c24..af275659c467 100644
--- a/sysutils/btop/Makefile
+++ b/sysutils/btop/Makefile
@@ -10,7 +10,7 @@ LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USES=		gmake
-#USE_GCC=	yes
+USE_GCC=	yes
 USE_GITHUB=	yes
 GH_ACCOUNT=	aristocratos
 



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