diff --git a/www/free-sa/Makefile b/www/free-sa/Makefile index 8a139f2545aa..4a64828fc8f8 100644 --- a/www/free-sa/Makefile +++ b/www/free-sa/Makefile @@ -21,6 +21,10 @@ MAN5= free-sa.conf.5 .include +.if ${ARCH} == "sparc64" +BROKEN= Does not configure on sparc64 +.endif + .if defined(NOPORTDOCS) EXTRA_PATCHES+= ${FILESDIR}/extra-patch-Makefile .endif