aboutsummaryrefslogtreecommitdiffstats
path: root/japanese
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-02-24 06:07:38 +0800
committerkris <kris@FreeBSD.org>2004-02-24 06:07:38 +0800
commitf755323e42c4f1c3444a882610835674dbfcf53d (patch)
tree95058b2057ae4eb7201886e3e01ff2337d9f6b4e /japanese
parentaae850ab2f7d1d1c9020150444a21237fbab56cb (diff)
downloadfreebsd-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/Makefile8
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>