diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2022-08-29 16:28:57 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2022-08-29 16:30:58 +0000 |
commit | 999185e04b560893d0dc21e3ca047be9d4bc9110 (patch) | |
tree | 4ae7e41b126d683f8dd14e98682cb0cc93b83f76 /sysutils/btop | |
parent | 402a11f63842ae13011c20e5b4a73bdfcc65fa3b (diff) | |
download | ports-999185e04b560893d0dc21e3ca047be9d4bc9110.tar.gz ports-999185e04b560893d0dc21e3ca047be9d4bc9110.zip |
Diffstat (limited to 'sysutils/btop')
-rw-r--r-- | sysutils/btop/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |