From f755323e42c4f1c3444a882610835674dbfcf53d Mon Sep 17 00:00:00 2001 From: kris Date: Mon, 23 Feb 2004 22:07:38 +0000 Subject: BROKEN on !i386 and !sparc64: Does not compile --- japanese/migemo/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'japanese') 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 + +.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 +.include -- cgit