diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2018-06-18 19:03:03 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2018-06-18 19:03:03 +0000 |
commit | efc62e6bcd134d9c381f5763761fcdb50d6c7c0b (patch) | |
tree | 20084cf51a5b5184ffa5936e187493c28432f160 /sysutils/tmux-mem-cpu-load | |
parent | 83bea81d123f0bd3dc753011520adde2167a4fdd (diff) |
Notes
Diffstat (limited to 'sysutils/tmux-mem-cpu-load')
-rw-r--r-- | sysutils/tmux-mem-cpu-load/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sysutils/tmux-mem-cpu-load/Makefile b/sysutils/tmux-mem-cpu-load/Makefile index a9dc85373fe2..dce35ae54317 100644 --- a/sysutils/tmux-mem-cpu-load/Makefile +++ b/sysutils/tmux-mem-cpu-load/Makefile @@ -13,13 +13,10 @@ LICENSE= APACHE20 RUN_DEPENDS= tmux:sysutils/tmux -BROKEN_powerpc64= fails to compile: Compiler GNU 4.2.1 has no C++11 support - +USES= cmake compiler:c++11-lang USE_GITHUB= yes GH_ACCOUNT= thewtex -USES= cmake - PLIST_FILES= bin/tmux-mem-cpu-load .include <bsd.port.mk> |