aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorerwin <erwin@FreeBSD.org>2009-05-07 09:34:02 +0800
committererwin <erwin@FreeBSD.org>2009-05-07 09:34:02 +0800
commit7ed6f929ee767f9eb4034e7c4fdafe479a83e6e8 (patch)
treef7ce36bf8308f9184cf1a5bf8009cd5a85b18485
parent600e371eacc069ff1856346ba5c18636880cb963 (diff)
downloadfreebsd-ports-gnome-7ed6f929ee767f9eb4034e7c4fdafe479a83e6e8.tar.gz
freebsd-ports-gnome-7ed6f929ee767f9eb4034e7c4fdafe479a83e6e8.tar.zst
freebsd-ports-gnome-7ed6f929ee767f9eb4034e7c4fdafe479a83e6e8.zip
Mark BROKEN on i386: does not build.
-rw-r--r--mail/kiltdown/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/mail/kiltdown/Makefile b/mail/kiltdown/Makefile
index 0d6b97e05fbd..3e38c31ea2f1 100644
--- a/mail/kiltdown/Makefile
+++ b/mail/kiltdown/Makefile
@@ -41,4 +41,10 @@ do-configure:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/kiltdown/kiltdown ${PREFIX}/bin/
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == i386
+BROKEN= does not build
+.endif
+
+.include <bsd.port.post.mk>