diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-05-13 09:12:45 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-05-13 09:12:45 +0000 |
commit | 632ea868a632b9a7d34edc96ab8dbfec02b21829 (patch) | |
tree | 2bd68266414cf5558ae4f818aaed5ed605569c61 /chinese | |
parent | 89932b5d91b328921356ebae14cefe57a745f172 (diff) | |
download | ports-632ea868a632b9a7d34edc96ab8dbfec02b21829.tar.gz ports-632ea868a632b9a7d34edc96ab8dbfec02b21829.zip |
Notes
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/miniChinput/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/chinese/miniChinput/Makefile b/chinese/miniChinput/Makefile index 81fa852dd080..3a0d887f66fa 100644 --- a/chinese/miniChinput/Makefile +++ b/chinese/miniChinput/Makefile @@ -24,6 +24,12 @@ INSTALL_TARGET= install data-install MAN1= chinput.1 +.include <bsd.port.pre.mk> + +.if ${ARCH} == "sparc64" +BROKEN= "Build fails on sparc64" +.endif + post-patch: @${REINPLACE_CMD} -e 's,make,${GMAKE},g' ${WRKSRC}/src/Makefile.in @echo "install:" >> ${WRKSRC}/src/IMdkit/Makefile @@ -34,4 +40,4 @@ post-patch: post-install: @${CAT} ${PKGMESSAGE} -.include <bsd.port.mk> +.include <bsd.port.post.mk> |