diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2009-05-07 01:34:02 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2009-05-07 01:34:02 +0000 |
commit | 948dc1c3cfa60463e2ae7ba88f4c246b11747708 (patch) | |
tree | 5c308f278d23fe00b0e0148fd05d4075208057b2 /mail | |
parent | c2427fc8e9264273698259cef18e40ccb6c6a26e (diff) |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/kiltdown/Makefile | 8 |
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> |