diff options
-rw-r--r-- | net/miredo/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/miredo/Makefile b/net/miredo/Makefile index 587eb27244a0..768b39b51c35 100644 --- a/net/miredo/Makefile +++ b/net/miredo/Makefile @@ -40,6 +40,10 @@ PLIST_SUB= NLS="@comment " .include <bsd.port.pre.mk> +.if ${ARCH} == sparc64 +BROKEN= Does not compile on sparc64 +.endif + .if ${OSVERSION} < 500000 BROKEN= Does not compile on 4.x .endif |