summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
Diffstat (limited to 'www')
-rw-r--r--www/flock/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/www/flock/Makefile b/www/flock/Makefile
index d9cb8f882feb..701b3236aa53 100644
--- a/www/flock/Makefile
+++ b/www/flock/Makefile
@@ -52,6 +52,10 @@ OPTIONS= SMB "Enable smb:// URI support using gnomevfs" off
.include <bsd.port.pre.mk>
+.if ${ARCH} == "amd64"
+BROKEN= Does not build on amd64
+.endif
+
.if ${ARCH}=="alpha" || ${ARCH}=="ia64"
IGNORE= core dumps on ${ARCH}
.endif