diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-03-07 12:50:59 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-03-07 12:50:59 +0000 |
commit | 47c2b100998b950c6266c1aa3d4bf80b020f0c0d (patch) | |
tree | b9bd831ed0d4e97538bf167a6ca3f633316a6799 /japanese/eb | |
parent | 5e511878ecce8e7c6f76ceadcc15b0af516cb180 (diff) | |
download | ports-47c2b100998b950c6266c1aa3d4bf80b020f0c0d.tar.gz ports-47c2b100998b950c6266c1aa3d4bf80b020f0c0d.zip |
Notes
Diffstat (limited to 'japanese/eb')
-rw-r--r-- | japanese/eb/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/japanese/eb/Makefile b/japanese/eb/Makefile index bd81bffa840f..1ab187f4ea68 100644 --- a/japanese/eb/Makefile +++ b/japanese/eb/Makefile @@ -71,6 +71,12 @@ 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 @@ -85,4 +91,4 @@ post-install: .endfor ${CP} -R ${WRKDIR}/appendix/ ${APPENDIXDIR} -.include <bsd.port.mk> +.include <bsd.port.post.mk> |