diff options
-rw-r--r-- | japanese/eb/Makefile | 8 | ||||
-rw-r--r-- | japanese/eb3/Makefile | 8 |
2 files changed, 14 insertions, 2 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> diff --git a/japanese/eb3/Makefile b/japanese/eb3/Makefile index bd81bffa840f..1ab187f4ea68 100644 --- a/japanese/eb3/Makefile +++ b/japanese/eb3/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> |