aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2010-06-03 13:15:46 +0800
committerlinimon <linimon@FreeBSD.org>2010-06-03 13:15:46 +0800
commit3352471fcadea86a29e924fb86dfac2fc9011916 (patch)
tree8616946d7caabd63b894250d56fb3872fd717518 /sysutils
parentd701948e9dec9ebe3aa74105ca11d2a2a93c8c1d (diff)
downloadfreebsd-ports-gnome-3352471fcadea86a29e924fb86dfac2fc9011916.tar.gz
freebsd-ports-gnome-3352471fcadea86a29e924fb86dfac2fc9011916.tar.zst
freebsd-ports-gnome-3352471fcadea86a29e924fb86dfac2fc9011916.zip
Mark as broken on all tier-2 architectures.
Hat: portmgr
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/fusefs-kmod/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/sysutils/fusefs-kmod/Makefile b/sysutils/fusefs-kmod/Makefile
index 4f8da0de223b..b866a8c5b5bb 100644
--- a/sysutils/fusefs-kmod/Makefile
+++ b/sysutils/fusefs-kmod/Makefile
@@ -65,6 +65,10 @@ IGNORE= requires the Kernel source to be installed. Set SRC_BASE if it is not i
IGNORE= requires the userland sources to be installed. Set SRC_BASE if it is not in /usr/src
.endif
+.if ${ARCH} != "i386" && ${ARCH} != "amd64"
+BROKEN= Does not compile on other than i386/amd64
+.endif
+
.if defined(WITH_AUTOSETUP)
SUB_FILES+= ${SETUP}
.else