aboutsummaryrefslogtreecommitdiff
path: root/japanese/edict/Makefile
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-23 04:21:30 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-23 04:21:30 +0000
commit9820eca3da32d5d4d53571944dec01377779373b (patch)
tree3daefc2997d74f53ae3d08f95d15a9bb20cb73e5 /japanese/edict/Makefile
parentd2eb9c33eaef78729cf7b46d39a0c60cb9e35380 (diff)
downloadports-9820eca3da32d5d4d53571944dec01377779373b.tar.gz
ports-9820eca3da32d5d4d53571944dec01377779373b.zip
BROKEN on !i386: Does not build
Notes
Notes: svn path=/head/; revision=101808
Diffstat (limited to 'japanese/edict/Makefile')
-rw-r--r--japanese/edict/Makefile8
1 files changed, 7 insertions, 1 deletions
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>