summaryrefslogtreecommitdiff
path: root/japanese/ne
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-03-19 11:56:38 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-03-19 11:56:38 +0000
commitc2bc6db2db27f1eceeb621c090b12d958fceced4 (patch)
tree88334cf3909d2e3fcaad36f3f03e487d6acb24da /japanese/ne
parent- This also need pear-PEAR. (diff)
BROKEN on amd64: Does not compile
Notes
Notes: svn path=/head/; revision=104617
Diffstat (limited to 'japanese/ne')
-rw-r--r--japanese/ne/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/japanese/ne/Makefile b/japanese/ne/Makefile
index 4bdbc0441d0e..1a7d07a0f730 100644
--- a/japanese/ne/Makefile
+++ b/japanese/ne/Makefile
@@ -20,6 +20,12 @@ MANLANG= ja
DOCS= BUGS.jp CHANGES.jp HISTORY.jp INSTALL.jp README.jp TODO.jp
MAKE_ENV= LANG=${MANLANG}
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "amd64"
+BROKEN= "Does not compile on amd64"
+.endif
+
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/ne
@@ -28,4 +34,4 @@ post-install:
.endfor
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>