diff --git a/lang/squeak3/Makefile b/lang/squeak3/Makefile index 692132aa1240..9b56115c2e4e 100644 --- a/lang/squeak3/Makefile +++ b/lang/squeak3/Makefile @@ -68,8 +68,8 @@ MAKE_ARGS+= CCFLAGS="${CFLAGS}" .include -.if ${ARCH} != "i386" && ${ARCH} != "sparc64" -BROKEN= "Does not compile on !i386 and !sparc64" +.if ${ARCH} != "i386" +BROKEN= "Does not compile on !i386" .endif pre-configure: