aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2009-05-07 01:34:02 +0000
committerErwin Lansing <erwin@FreeBSD.org>2009-05-07 01:34:02 +0000
commit948dc1c3cfa60463e2ae7ba88f4c246b11747708 (patch)
tree5c308f278d23fe00b0e0148fd05d4075208057b2
parentc2427fc8e9264273698259cef18e40ccb6c6a26e (diff)
downloadports-948dc1c3cfa60463e2ae7ba88f4c246b11747708.tar.gz
ports-948dc1c3cfa60463e2ae7ba88f4c246b11747708.zip
Notes
-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>