diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-06-18 08:49:58 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-06-18 08:49:58 +0000 |
commit | eb56998fc1a62ff0afb89aeaf883d9dcc36cd90f (patch) | |
tree | 4053ca116e0592b7f898015c2e42896d31d04c04 /japanese/eb/Makefile | |
parent | - Introduce new OPTIONS, including Gtk2 option (diff) |
- No longer broken on ia64
PR: ports/113794
Submitted by: KIMURA Yasuhiro <yasu@utahime.org> (maintainer)
Notes
Notes:
svn path=/head/; revision=193766
Diffstat (limited to 'japanese/eb/Makefile')
-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> |