aboutsummaryrefslogtreecommitdiff
path: root/japanese/xjman
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-25 10:43:16 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-25 10:43:16 +0000
commit48df089d672611c2533eba540e106cc24e1598ce (patch)
tree7dfcbb0c9be103991ea99b7ce60e4cf0e1bba843 /japanese/xjman
parent8ff4d617fea16c8307a1647bd90c1f65dbe2a6cb (diff)
downloadports-48df089d672611c2533eba540e106cc24e1598ce.tar.gz
ports-48df089d672611c2533eba540e106cc24e1598ce.zip
Notes
Diffstat (limited to 'japanese/xjman')
-rw-r--r--japanese/xjman/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/japanese/xjman/Makefile b/japanese/xjman/Makefile
index aff000b80f44..8511cbbb2324 100644
--- a/japanese/xjman/Makefile
+++ b/japanese/xjman/Makefile
@@ -28,6 +28,12 @@ SCRIPTS_ENV+= MANSECS="${MANSECS}"
MANSECS= 1 3 5
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} != "i386"
+BROKEN= "Does not compile on !i386"
+.endif
+
post-extract:
.for i in Makefile Makefile.inc
@${CP} ${FILESDIR}/$i ${WRKSRC}
@@ -72,4 +78,4 @@ post-install:
.endfor
@${CAT} ${PKGMESSAGE}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>