aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2016-09-19 13:06:17 +0000
committerMark Linimon <linimon@FreeBSD.org>2016-09-19 13:06:17 +0000
commit676a2cc8550200d19485f30a6865928c33c84e03 (patch)
tree925276e1c5fbcc5149033695c6204e7dd74ee3a5
parentacda02f2d2a1a88f3db286f1ed21a76ecaedf0e7 (diff)
downloadports-676a2cc8550200d19485f30a6865928c33c84e03.tar.gz
ports-676a2cc8550200d19485f30a6865928c33c84e03.zip
Notes
-rw-r--r--devel/libpru/Makefile7
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