aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2006-09-11 07:52:13 +0000
committerMartin Wilke <miwi@FreeBSD.org>2006-09-11 07:52:13 +0000
commit65b1a97e74bedb5d394afeff788968b57a084450 (patch)
tree5ad3b9797dbc09732eeda6cc0adf60b0154dfd9f /net
parent89a9d084bf65b5c12cbe962881a85908fcb7dee5 (diff)
downloadports-65b1a97e74bedb5d394afeff788968b57a084450.tar.gz
ports-65b1a97e74bedb5d394afeff788968b57a084450.zip
Notes
Diffstat (limited to 'net')
-rw-r--r--net/miredo/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/net/miredo/Makefile b/net/miredo/Makefile
index 587eb27244a0..768b39b51c35 100644
--- a/net/miredo/Makefile
+++ b/net/miredo/Makefile
@@ -40,6 +40,10 @@ PLIST_SUB= NLS="@comment "
.include <bsd.port.pre.mk>
+.if ${ARCH} == sparc64
+BROKEN= Does not compile on sparc64
+.endif
+
.if ${OSVERSION} < 500000
BROKEN= Does not compile on 4.x
.endif