diff options
author | kris <kris@FreeBSD.org> | 2004-03-19 19:56:38 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-03-19 19:56:38 +0800 |
commit | 9d2cd1dbad7c82a29414b684d823cf75e8fc0927 (patch) | |
tree | c3c5a545dfe98d8efceb405873d390395d972d37 /japanese | |
parent | 82a9c5e5c2c43f1e32737db73f875850f3a647ff (diff) | |
download | freebsd-ports-graphics-9d2cd1dbad7c82a29414b684d823cf75e8fc0927.tar.gz freebsd-ports-graphics-9d2cd1dbad7c82a29414b684d823cf75e8fc0927.tar.zst freebsd-ports-graphics-9d2cd1dbad7c82a29414b684d823cf75e8fc0927.zip |
BROKEN on amd64: Does not compile
Diffstat (limited to 'japanese')
-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 4bdbc0441d0..1a7d07a0f73 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> |