aboutsummaryrefslogtreecommitdiff
path: root/sysutils/tmux-mem-cpu-load
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2018-06-18 19:03:03 +0000
committerMark Linimon <linimon@FreeBSD.org>2018-06-18 19:03:03 +0000
commitefc62e6bcd134d9c381f5763761fcdb50d6c7c0b (patch)
tree20084cf51a5b5184ffa5936e187493c28432f160 /sysutils/tmux-mem-cpu-load
parent83bea81d123f0bd3dc753011520adde2167a4fdd (diff)
downloadports-efc62e6bcd134d9c381f5763761fcdb50d6c7c0b.tar.gz
ports-efc62e6bcd134d9c381f5763761fcdb50d6c7c0b.zip
Adjust USES to fix builds on gcc-based architectures.
While here, pet portlint. Tested for no regression on amd64. Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=472706
Diffstat (limited to 'sysutils/tmux-mem-cpu-load')
-rw-r--r--sysutils/tmux-mem-cpu-load/Makefile5
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>