diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2005-03-02 08:07:10 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2005-03-02 08:07:10 +0000 |
commit | a6716d086f7fe6f1b58eb839e49b6feb67433500 (patch) | |
tree | c7123a1e1a62f230a929e5edf3223a9b6e01bd75 /editors/kxmleditor | |
parent | fa0bf351d68d85f916b00c4156a3b2bdcdd4d562 (diff) |
Notes
Diffstat (limited to 'editors/kxmleditor')
-rw-r--r-- | editors/kxmleditor/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/kxmleditor/Makefile b/editors/kxmleditor/Makefile index 6c7e541f4bc8..30422a000a22 100644 --- a/editors/kxmleditor/Makefile +++ b/editors/kxmleditor/Makefile @@ -26,8 +26,8 @@ post-patch: @${REINPLACE_CMD} -e 's|-O2||g' -e "s,-lpthread,${PTHREAD_LIBS},g" \ ${WRKSRC}/${CONFIGURE_SCRIPT} -.if ${ARCH} == "amd64" || ${ARCH} == "ia64" -BROKEN= "Does not compile on amd64 or ia64" +.if ${ARCH} == "ia64" +BROKEN= "Does not compile on ia64" .endif .include <bsd.port.post.mk> |