freebsd-ports/sysutils/moosefs3-client/Makefile
Mark Linimon 17509a431f Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2017-05-13 23:50:49 +00:00

16 lines
391 B
Makefile

# Created by: Jakub Kruszona-Zawadzki <acid@moosefs.com> ; Based on port created by: Chifeng Qu <chifeng@gmail.com>
# $FreeBSD$
PKGNAMESUFFIX= -client
COMMENT= MooseFS client tools
LICENSE= GPLv2
MFS_COMPONENT= client
BROKEN_powerpc64= fails to compile: mfs_fuse.c: internal compiler error: Segmentation fault
MASTERDIR= ${.CURDIR}/../moosefs3-master
.include "${MASTERDIR}/Makefile"