diff options
author | pav <pav@FreeBSD.org> | 2007-06-18 16:49:58 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-06-18 16:49:58 +0800 |
commit | f4006b807e7b2ac63ef9ae252c455a28c9958389 (patch) | |
tree | 111044fcedd8ac6ad5741729c7e8206e45339cc9 /japanese | |
parent | 9321ffca9420b0b058235480a78637fe001d9e6e (diff) | |
download | freebsd-ports-gnome-f4006b807e7b2ac63ef9ae252c455a28c9958389.tar.gz freebsd-ports-gnome-f4006b807e7b2ac63ef9ae252c455a28c9958389.tar.zst freebsd-ports-gnome-f4006b807e7b2ac63ef9ae252c455a28c9958389.zip |
- No longer broken on ia64
PR: ports/113794
Submitted by: KIMURA Yasuhiro <yasu@utahime.org> (maintainer)
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/eb/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/japanese/eb/Makefile b/japanese/eb/Makefile index 851b72fa8c64..00ae1834c4fc 100644 --- a/japanese/eb/Makefile +++ b/japanese/eb/Makefile @@ -67,12 +67,6 @@ CONFIGURE_ARGS= --enable-nls \ APPENDIXDIR= ${DATADIR}/appendix -.include <bsd.port.pre.mk> - -.if ${ARCH} == "ia64" -BROKEN= Configure fails on ia64 -.endif - post-extract: ${RM} -fr ${WRKSRC}/zlib ${MKDIR} ${WRKDIR}/appendix @@ -84,4 +78,4 @@ post-extract: post-install: ${CP} -R ${WRKDIR}/appendix/ ${APPENDIXDIR} -.include <bsd.port.post.mk> +.include <bsd.port.mk> |