diff options
author | kris <kris@FreeBSD.org> | 2004-02-24 06:07:38 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-02-24 06:07:38 +0800 |
commit | f755323e42c4f1c3444a882610835674dbfcf53d (patch) | |
tree | 95058b2057ae4eb7201886e3e01ff2337d9f6b4e /japanese | |
parent | aae850ab2f7d1d1c9020150444a21237fbab56cb (diff) | |
download | freebsd-ports-gnome-f755323e42c4f1c3444a882610835674dbfcf53d.tar.gz freebsd-ports-gnome-f755323e42c4f1c3444a882610835674dbfcf53d.tar.zst freebsd-ports-gnome-f755323e42c4f1c3444a882610835674dbfcf53d.zip |
BROKEN on !i386 and !sparc64: Does not compile
Diffstat (limited to 'japanese')
-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> |