aboutsummaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2008-07-23 00:39:33 +0000
committerPav Lucistnik <pav@FreeBSD.org>2008-07-23 00:39:33 +0000
commitdee11a5aef0b5ebe30f1f6af93095ec47f9cc194 (patch)
treee61058dc34d0b832c816a56d28b159acaaea6ef4 /databases
parent1482a29dcb8b71bdd6b7cd5323a0a058e07d4b2d (diff)
downloadports-dee11a5aef0b5ebe30f1f6af93095ec47f9cc194.tar.gz
ports-dee11a5aef0b5ebe30f1f6af93095ec47f9cc194.zip
Notes
Diffstat (limited to 'databases')
-rw-r--r--databases/couchdb/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/databases/couchdb/Makefile b/databases/couchdb/Makefile
index 037c4500857e..b405ead16a50 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>