diff options
author | linimon <linimon@FreeBSD.org> | 2016-09-19 21:06:17 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2016-09-19 21:06:17 +0800 |
commit | 03ce986d206874246902f6e47904f109d371b3cb (patch) | |
tree | 925276e1c5fbcc5149033695c6204e7dd74ee3a5 /devel | |
parent | abfd330d94b508239a402b42099030f0e7c9526b (diff) | |
download | freebsd-ports-gnome-03ce986d206874246902f6e47904f109d371b3cb.tar.gz freebsd-ports-gnome-03ce986d206874246902f6e47904f109d371b3cb.tar.zst freebsd-ports-gnome-03ce986d206874246902f6e47904f109d371b3cb.zip |
Also mark as broken on mips and sparc64. While here, pet portlint.
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 |