From d77a9116ea613b973cdcfb29982d41d9db901042 Mon Sep 17 00:00:00 2001 From: erwin Date: Tue, 19 May 2009 13:25:18 +0000 Subject: Mark BROKEN on i386: does not build. --- games/naev/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/games/naev/Makefile b/games/naev/Makefile index f9206e2f87a4..fe2d11e13080 100644 --- a/games/naev/Makefile +++ b/games/naev/Makefile @@ -30,6 +30,10 @@ SUB_FILES= pkg-message .include +.if ${ARCH} == i386 +BROKEN= does not build +.endif + .if !defined(NOPORTDOCS) PLIST_FILES+= %%DOCSDIR%%/conf.example PLIST_DIRS= %%DOCSDIR%% -- cgit