diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libpru/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/devel/libpru/Makefile b/devel/libpru/Makefile index bb49123d0e76..f72f85443ea2 100644 --- a/devel/libpru/Makefile +++ b/devel/libpru/Makefile @@ -10,16 +10,19 @@ COMMENT= Library to interface with PRUs LICENSE= BSD2CLAUSE +BROKEN_mips= Does not build: unrecognized command line option -Weverything +BROKEN_mips64= Does not build: unrecognized command line option -Weverything BROKEN_powerpc64= Does not build +BROKEN_sparc64= Does not build: unrecognized command line option -Weverything .include <bsd.port.options.mk> .if ${OPSYS} != FreeBSD -IGNORE= Only supported on FreeBSD +IGNORE= only supported on FreeBSD .endif .if ${OSVERSION} < 1000510 -IGNORE= Only supported on FreeBSD 10+ +IGNORE= only supported on FreeBSD 10+ .endif USES= cmake |