git: 999185e04b56 - main - sysutils/btop: uncomment accidentally commented USE_GCC
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 29 Aug 2022 16:31:05 UTC
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