diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2005-01-19 05:47:13 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2005-01-19 05:47:13 +0000 |
commit | 36bc93a8739a69d581e3a4856d46792c130080fa (patch) | |
tree | 712ce04f93790ef629143f3d27c9e06c7749e67e /editors/kxmleditor/Makefile | |
parent | 72bae54709df6fe8351d06d4090747a22b7aa319 (diff) |
Update to kxmleditor 1.1.4
Notes
Notes:
svn path=/head/; revision=126762
Diffstat (limited to 'editors/kxmleditor/Makefile')
-rw-r--r-- | editors/kxmleditor/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/kxmleditor/Makefile b/editors/kxmleditor/Makefile index 44866e48a37e..6c7e541f4bc8 100644 --- a/editors/kxmleditor/Makefile +++ b/editors/kxmleditor/Makefile @@ -6,7 +6,7 @@ # PORTNAME= kxmleditor -PORTVERSION= 1.1.3 +PORTVERSION= 1.1.4 CATEGORIES= editors kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -26,8 +26,8 @@ post-patch: @${REINPLACE_CMD} -e 's|-O2||g' -e "s,-lpthread,${PTHREAD_LIBS},g" \ ${WRKSRC}/${CONFIGURE_SCRIPT} -.if ${ARCH} == "ia64" -BROKEN= "Does not compile on ia64" +.if ${ARCH} == "amd64" || ${ARCH} == "ia64" +BROKEN= "Does not compile on amd64 or ia64" .endif .include <bsd.port.post.mk> |