diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-23 22:07:38 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-23 22:07:38 +0000 |
commit | 1085ee534d4a8f5f6f7aee81b48cca6b40535679 (patch) | |
tree | 34a46992e85343670b5b7baf4e73384d0dbacfe5 /japanese/migemo | |
parent | 742e7e61a360061cd4e7b648247540e080acf9a5 (diff) | |
download | ports-1085ee534d4a8f5f6f7aee81b48cca6b40535679.tar.gz ports-1085ee534d4a8f5f6f7aee81b48cca6b40535679.zip |
Notes
Diffstat (limited to 'japanese/migemo')
-rw-r--r-- | japanese/migemo/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/japanese/migemo/Makefile b/japanese/migemo/Makefile index 54fac336a5a6..72c764d72a7a 100644 --- a/japanese/migemo/Makefile +++ b/japanese/migemo/Makefile @@ -28,9 +28,15 @@ RUN_DEPENDS+= ${RUBY_SITELIBDIR}/romkan.rb:${PORTSDIR}/japanese/ruby-romkan \ CONFIGURE_ARGS+=--with-rubydir=${RUBY_SITELIBDIR} +.include <bsd.port.pre.mk> + +.if ${ARCH} != "i386" && ${ARCH} != "sparc64" +BROKEN= "Does not compile on !i386 and !sparc64" +.endif + post-install: .if defined(EMACS_PORT_NAME) @${CAT} ${PKGMESSAGE} .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |