aboutsummaryrefslogtreecommitdiff
path: root/sysutils/fusefs-kmod
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2010-06-03 05:15:46 +0000
committerMark Linimon <linimon@FreeBSD.org>2010-06-03 05:15:46 +0000
commitd14eaa8fdefa73d2b50737f928169911a6355430 (patch)
tree3b589ba036fccb1e3742fef0558436a3c17ea3ff /sysutils/fusefs-kmod
parentba3e33c3fc8e7659545653ab3cab4e8681df153f (diff)
downloadports-d14eaa8fdefa73d2b50737f928169911a6355430.tar.gz
ports-d14eaa8fdefa73d2b50737f928169911a6355430.zip
Mark as broken on all tier-2 architectures.
Hat: portmgr
Notes
Notes: svn path=/head/; revision=255618
Diffstat (limited to 'sysutils/fusefs-kmod')
-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