diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-04-12 04:17:17 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-04-12 04:17:17 +0000 |
commit | aebc899d79a4cadcf9115fb94779d97ff91ef86d (patch) | |
tree | 54634a9990355ac15bd9272dfd938d169c386b35 /lang/squeak3 | |
parent | e50bdc5bfa6bc13c6fcde2a3bf211ad3590397c8 (diff) | |
download | ports-aebc899d79a4cadcf9115fb94779d97ff91ef86d.tar.gz ports-aebc899d79a4cadcf9115fb94779d97ff91ef86d.zip |
Notes
Diffstat (limited to 'lang/squeak3')
-rw-r--r-- | lang/squeak3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 <bsd.port.pre.mk> -.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: |