1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/devel/performance/Makefile
Mikael Urankar 3f31a23069 devel/performance: mark as broken on aarch64
Reported by:	linimon
2020-11-15 13:40:55 +00:00

24 lines
770 B
Makefile

# $FreeBSD$
PORTNAME= performance
PORTVERSION= 0.5.0
PORTREVISION= 6
CATEGORIES= devel gnustep
MASTER_SITES= GNUSTEP/libs
DISTNAME= Performance-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Help improve the performance of GNUstep applications
LICENSE= LGPL3
BROKEN_aarch64= fails to build: gmake[2]: No rule to make target 'Performance/dependencies', needed by 'internal-doc-all_'. Stop.
BROKEN_armv7= fails to build: gmake[2]: No rule to make target 'Performance/dependencies', needed by 'internal-doc-all_'. Stop.
BROKEN_powerpc64= fails to build: gmake[2]: No rule to make target 'Performance/dependencies', needed by 'internal-doc-all_'. Stop.
USES= gnustep
USE_GNUSTEP= base build
USE_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES}
.include <bsd.port.mk>