summaryrefslogtreecommitdiffstats
path: root/comms/obexapp
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-11-18 08:28:30 +0000
committerkris <kris@FreeBSD.org>2004-11-18 08:28:30 +0000
commit271e6cf2cacb4192b0f3d10602864b9cb428185a (patch)
tree49bfb670b8d3477caf9cafdd9b6cc01000e28752 /comms/obexapp
parent717f8aaf89276e9a6e95cea2171cc9724de50f2f (diff)
downloadFreeBSD-ports-271e6cf2cacb4192b0f3d10602864b9cb428185a.zip
FreeBSD-ports-271e6cf2cacb4192b0f3d10602864b9cb428185a.tar.gz
BROKEN on !i386: Does not compile
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 979c826..639a6dc 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>
OpenPOWER on IntegriCloud