diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-31 22:57:30 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-31 22:57:30 +0000 |
commit | 41ad156434f089d6669ab67f7a92b8d16b481fe5 (patch) | |
tree | 7fc6bdada59bc8e4f0a49fc8807d1e597159556a /sysutils | |
parent | 3ee9f22e802b73a5680b18d6133e27b37f183209 (diff) |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/wmtop/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/wmtop/Makefile b/sysutils/wmtop/Makefile index fe3497b75f41..e485130c1a88 100644 --- a/sysutils/wmtop/Makefile +++ b/sysutils/wmtop/Makefile @@ -12,6 +12,7 @@ MAINTAINER= uqs@FreeBSD.org COMMENT= Windowmaker dock app to display top 3 CPU consuming processes USE_XORG= xpm x11 +USE_CSTD= gnu89 ALL_TARGET= freebsd MAKE_JOBS_UNSAFE= yes |