aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--databases/couchdb/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/databases/couchdb/Makefile b/databases/couchdb/Makefile
index 037c4500857..b405ead16a5 100644
--- a/databases/couchdb/Makefile
+++ b/databases/couchdb/Makefile
@@ -28,4 +28,10 @@ post-patch:
MAN1= couchdb.1 couchjs.1
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} != "i386"
+BROKEN= does not compile
+.endif
+
+.include <bsd.port.post.mk>