diff options
-rw-r--r-- | japanese/edict-utf-8/Makefile | 8 | ||||
-rw-r--r-- | japanese/edict/Makefile | 8 |
2 files changed, 14 insertions, 2 deletions
diff --git a/japanese/edict-utf-8/Makefile b/japanese/edict-utf-8/Makefile index a256b8c..e88db67 100644 --- a/japanese/edict-utf-8/Makefile +++ b/japanese/edict-utf-8/Makefile @@ -51,6 +51,12 @@ MAN1= xjdic.1 NO_WRKSUBDIR= yes +.include <bsd.port.pre.mk> + +.if ${ARCH} != "i386" +BROKEN= "Does not build" +.endif + do-extract: @${RM} -rf ${WRKDIR} @${MKDIR} ${WRKDIR} @@ -157,4 +163,4 @@ do-install: done .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/japanese/edict/Makefile b/japanese/edict/Makefile index a256b8c..e88db67 100644 --- a/japanese/edict/Makefile +++ b/japanese/edict/Makefile @@ -51,6 +51,12 @@ MAN1= xjdic.1 NO_WRKSUBDIR= yes +.include <bsd.port.pre.mk> + +.if ${ARCH} != "i386" +BROKEN= "Does not build" +.endif + do-extract: @${RM} -rf ${WRKDIR} @${MKDIR} ${WRKDIR} @@ -157,4 +163,4 @@ do-install: done .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |