diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-04-10 21:14:31 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-04-10 21:14:31 +0000 |
commit | 1762190743ca803f5ddc564f00e64cd93a9431ff (patch) | |
tree | c912e2be0699992471ad1b05604d10cddee770f1 /lang/xsb | |
parent | 2c49737ca433d36900e5668cdb6eb69c55caec16 (diff) |
Notes
Diffstat (limited to 'lang/xsb')
-rw-r--r-- | lang/xsb/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/xsb/Makefile b/lang/xsb/Makefile index 1248799585d1..7204f8b8c13d 100644 --- a/lang/xsb/Makefile +++ b/lang/xsb/Makefile @@ -28,8 +28,8 @@ PLIST_SUB+= MACHINE_ARCH=${MACHINE_ARCH} \ .include <bsd.port.pre.mk> -.if ${ARCH} != "i386" -BROKEN= "Does not compile on !i386" +.if ${ARCH} != "i386" && ${ARCH} != "sparc64" +BROKEN= "Does not compile on !i386 and !sparc64" .endif do-build: |