aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--japanese/edict-utf-8/Makefile8
-rw-r--r--japanese/edict/Makefile8
2 files changed, 14 insertions, 2 deletions
diff --git a/japanese/edict-utf-8/Makefile b/japanese/edict-utf-8/Makefile
index a256b8c7aabf..e88db675835c 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 a256b8c7aabf..e88db675835c 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>