diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-07-23 00:39:33 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-07-23 00:39:33 +0000 |
commit | dee11a5aef0b5ebe30f1f6af93095ec47f9cc194 (patch) | |
tree | e61058dc34d0b832c816a56d28b159acaaea6ef4 /databases | |
parent | 1482a29dcb8b71bdd6b7cd5323a0a058e07d4b2d (diff) |
Notes
Diffstat (limited to 'databases')
-rw-r--r-- | databases/couchdb/Makefile | 8 |
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> |