summaryrefslogtreecommitdiff
path: root/emulators/vba/Makefile
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2006-09-17 20:08:47 +0000
committerKris Kennaway <kris@FreeBSD.org>2006-09-17 20:08:47 +0000
commit33dc8bdfc7424ddb2cb38e9725d196eda0ddbfa6 (patch)
treea9a385d1f8fd2b11911d2cd0d573aac02fcb8c83 /emulators/vba/Makefile
parentUpdate to 2.0.1. (diff)
Now builds on sparc64
Diffstat (limited to 'emulators/vba/Makefile')
-rw-r--r--emulators/vba/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/vba/Makefile b/emulators/vba/Makefile
index 8c780eb03382..a2555561ff3d 100644
--- a/emulators/vba/Makefile
+++ b/emulators/vba/Makefile
@@ -34,7 +34,7 @@ DOC_FILES= COPYING AUTHORS NEWS README ChangeLog INSTALL
.include <bsd.port.pre.mk>
-.if ${ARCH} == "ia64" || ${ARCH} == "sparc64"
+.if ${ARCH} == "ia64"
BROKEN= "Runaway cc1plus process"
.endif