1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

Mark BROKEN on i386: does not build.

This commit is contained in:
Erwin Lansing 2009-05-07 01:34:02 +00:00
parent c2427fc8e9
commit 948dc1c3cf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=233335

View File

@ -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>