diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2018-10-23 16:34:43 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2018-10-23 16:34:43 +0000 |
commit | 0aa737a3361845ec8f71d74835196cd5ec620250 (patch) | |
tree | 6cc56fc8997a9b33f3a2e326fc1a9a97affe375c /sysutils/muse/Makefile | |
parent | 34e555714096a8da20bb049a438dc2df7b729e10 (diff) |
Expand FreeBSD 12 conditionals to include 13.0-CURRENT
Notes
Notes:
svn path=/head/; revision=482846
Diffstat (limited to 'sysutils/muse/Makefile')
-rw-r--r-- | sysutils/muse/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/muse/Makefile b/sysutils/muse/Makefile index 025ce9ba6597..29acf52e2879 100644 --- a/sysutils/muse/Makefile +++ b/sysutils/muse/Makefile @@ -10,6 +10,7 @@ MAINTAINER= freebsd@spatula.net COMMENT= Shows memory usage data BROKEN_FreeBSD_12= fails to compile: read_mem.c: invalid use of undefined type 'struct vmmeter' +BROKEN_FreeBSD_13= fails to compile: read_mem.c: invalid use of undefined type 'struct vmmeter' BROKEN_mips= fails to compile: muse.c: storage size of 'vmstats' isn't known BROKEN_mips64= fails to compile: muse.c: storage size of 'vmstats' isn't known BROKEN_powerpc64= fails to compile: muse.c: storage size of 'vmstats' isn't known |