diff options
author | obrien <obrien@FreeBSD.org> | 2004-12-29 02:57:39 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2004-12-29 02:57:39 +0800 |
commit | a2cf184d0199d91d59207dc3af2a14042625f18d (patch) | |
tree | 7a503e06730bb75b6c499240f09044db94bb8c46 | |
parent | 0714ce987ae6d68622d61c3e61f985322e8043fc (diff) | |
download | freebsd-ports-gnome-a2cf184d0199d91d59207dc3af2a14042625f18d.tar.gz freebsd-ports-gnome-a2cf184d0199d91d59207dc3af2a14042625f18d.tar.zst freebsd-ports-gnome-a2cf184d0199d91d59207dc3af2a14042625f18d.zip |
Compiles on amd64 now.
-rw-r--r-- | comms/obexapp/Makefile | 4 |
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> |