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 | |
parent | 72bae54709df6fe8351d06d4090747a22b7aa319 (diff) | |
download | ports-36bc93a8739a69d581e3a4856d46792c130080fa.tar.gz ports-36bc93a8739a69d581e3a4856d46792c130080fa.zip |
Notes
Diffstat (limited to 'editors')
-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 |