aboutsummaryrefslogtreecommitdiff
path: root/emulators/dynamips-devel
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2008-02-01 11:20:47 +0000
committerMark Linimon <linimon@FreeBSD.org>2008-02-01 11:20:47 +0000
commit9abe91d1a02eb790c2e1bc9c73a9d16fe8571e14 (patch)
treebe4bab760b266fb818e8464af06bd8099f0749db /emulators/dynamips-devel
parent4806bf1c7991121fab0401a10f45a0437c2f6ab7 (diff)
downloadports-9abe91d1a02eb790c2e1bc9c73a9d16fe8571e14.tar.gz
ports-9abe91d1a02eb790c2e1bc9c73a9d16fe8571e14.zip
Notes
Diffstat (limited to 'emulators/dynamips-devel')
-rw-r--r--emulators/dynamips-devel/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/emulators/dynamips-devel/Makefile b/emulators/dynamips-devel/Makefile
index 6690e8d76008..f6ba71e2eac6 100644
--- a/emulators/dynamips-devel/Makefile
+++ b/emulators/dynamips-devel/Makefile
@@ -38,6 +38,10 @@ MAN7= hypervisor_mode.7
.include <bsd.port.pre.mk>
+.if ${ARCH} == "sparc64"
+BROKEN= Does not compile
+.endif
+
.if ${ARCH} == "i386"
DYNAMIPS_ARCH= "x86"
.elif ${ARCH} == "amd64"