diff options
-rw-r--r-- | editors/kxmleditor/Makefile | 6 | ||||
-rw-r--r-- | editors/kxmleditor/distinfo | 4 |
2 files changed, 5 insertions, 5 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> diff --git a/editors/kxmleditor/distinfo b/editors/kxmleditor/distinfo index 89a2144359d2..d1a4bf073267 100644 --- a/editors/kxmleditor/distinfo +++ b/editors/kxmleditor/distinfo @@ -1,2 +1,2 @@ -MD5 (kxmleditor-1.1.3.tar.gz) = 0edae2359e6260524481b920d58580da -SIZE (kxmleditor-1.1.3.tar.gz) = 1308240 +MD5 (kxmleditor-1.1.4.tar.gz) = d2329e06393c78f22531b8ba42e67d9b +SIZE (kxmleditor-1.1.4.tar.gz) = 1422215 |