aboutsummaryrefslogtreecommitdiff
path: root/comms/obexapp
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-11-18 08:28:30 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-11-18 08:28:30 +0000
commitbe800c9c9590e5e18ffd5bdf8f1735c2310728a0 (patch)
tree2e48abc6596789dfc8f5e2be3f015d2c814aa6a7 /comms/obexapp
parent887d8a85102c7c064ba34a8e7c3b428fe12a109e (diff)
downloadports-be800c9c9590e5e18ffd5bdf8f1735c2310728a0.tar.gz
ports-be800c9c9590e5e18ffd5bdf8f1735c2310728a0.zip
BROKEN on !i386: Does not compile
Notes
Notes: svn path=/head/; revision=121855
Diffstat (limited to 'comms/obexapp')
-rw-r--r--comms/obexapp/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/comms/obexapp/Makefile b/comms/obexapp/Makefile
index 979c826562a6..639a6dc9cebc 100644
--- a/comms/obexapp/Makefile
+++ b/comms/obexapp/Makefile
@@ -32,4 +32,8 @@ IGNORE= Needs -CURRENT from 20 Jan 2004 or later (sdpd)
ONLY_FOR_ARCHS= i386
.endif
+.if ${ARCH} != "i386"
+BROKEN= "Does not compile on !i386"
+.endif
+
.include <bsd.port.post.mk>