aboutsummaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2004-12-28 18:57:39 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2004-12-28 18:57:39 +0000
commit864fb5897da48f99f0208c2fae1e88b26827b5e7 (patch)
treece210a0aa0beb1184fb6610922d5463dc42e1bab /comms
parent48a08d79b79a7dc1fefa79492d8f90b2683d574f (diff)
downloadports-864fb5897da48f99f0208c2fae1e88b26827b5e7.tar.gz
ports-864fb5897da48f99f0208c2fae1e88b26827b5e7.zip
Compiles on amd64 now.
Notes
Notes: svn path=/head/; revision=125363
Diffstat (limited to 'comms')
-rw-r--r--comms/obexapp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/obexapp/Makefile b/comms/obexapp/Makefile
index b4e60a3421d0..63a344e0f2b3 100644
--- a/comms/obexapp/Makefile
+++ b/comms/obexapp/Makefile
@@ -33,8 +33,8 @@ IGNORE= Needs 5.x from 20 Jan 2004 or later (sdpd)
ONLY_FOR_ARCHS= i386
.endif
-.if ${ARCH} != "i386"
-BROKEN= "Does not compile on !i386"
+.if ${ARCH} != "i386" && ${ARCH} != "amd64"
+BROKEN= "Does not compile on !x86"
.endif
.include <bsd.port.post.mk>