diff options
Diffstat (limited to 'comms/obexapp/Makefile')
-rw-r--r-- | comms/obexapp/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/comms/obexapp/Makefile b/comms/obexapp/Makefile index b94594a7a16..62fc298a3a0 100644 --- a/comms/obexapp/Makefile +++ b/comms/obexapp/Makefile @@ -33,8 +33,4 @@ IGNORE= Needs 5.x from 20 Jan 2004 or later (sdpd) ONLY_FOR_ARCHS= i386 .endif -.if ${ARCH} != "i386" && ${ARCH} != "amd64" -BROKEN= "Does not compile on !x86" -.endif - .include <bsd.port.post.mk> |