diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-11-18 08:28:30 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-11-18 08:28:30 +0000 |
commit | be800c9c9590e5e18ffd5bdf8f1735c2310728a0 (patch) | |
tree | 2e48abc6596789dfc8f5e2be3f015d2c814aa6a7 /comms/obexapp | |
parent | 887d8a85102c7c064ba34a8e7c3b428fe12a109e (diff) |
BROKEN on !i386: Does not compile
Notes
Notes:
svn path=/head/; revision=121855
Diffstat (limited to 'comms/obexapp')
-rw-r--r-- | comms/obexapp/Makefile | 4 |
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> |