diff options
author | kris <kris@FreeBSD.org> | 2004-03-19 11:56:38 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-03-19 11:56:38 +0000 |
commit | 9d2cd1dbad7c82a29414b684d823cf75e8fc0927 (patch) | |
tree | c3c5a545dfe98d8efceb405873d390395d972d37 /japanese/ne | |
parent | 82a9c5e5c2c43f1e32737db73f875850f3a647ff (diff) | |
download | FreeBSD-ports-9d2cd1dbad7c82a29414b684d823cf75e8fc0927.zip FreeBSD-ports-9d2cd1dbad7c82a29414b684d823cf75e8fc0927.tar.gz |
BROKEN on amd64: Does not compile
Diffstat (limited to 'japanese/ne')
-rw-r--r-- | japanese/ne/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/japanese/ne/Makefile b/japanese/ne/Makefile index 4bdbc04..1a7d07a 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> |