diff options
author | erwin <erwin@FreeBSD.org> | 2009-05-19 21:25:18 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2009-05-19 21:25:18 +0800 |
commit | d77a9116ea613b973cdcfb29982d41d9db901042 (patch) | |
tree | e8fcdf277921ea88e19d148b66ed62b4050263c7 /games/naev/Makefile | |
parent | 35012cf73dedf00821921f331f70e06d135a376f (diff) | |
download | freebsd-ports-gnome-d77a9116ea613b973cdcfb29982d41d9db901042.tar.gz freebsd-ports-gnome-d77a9116ea613b973cdcfb29982d41d9db901042.tar.zst freebsd-ports-gnome-d77a9116ea613b973cdcfb29982d41d9db901042.zip |
Mark BROKEN on i386: does not build.
Diffstat (limited to 'games/naev/Makefile')
-rw-r--r-- | games/naev/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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 <bsd.port.pre.mk> +.if ${ARCH} == i386 +BROKEN= does not build +.endif + .if !defined(NOPORTDOCS) PLIST_FILES+= %%DOCSDIR%%/conf.example PLIST_DIRS= %%DOCSDIR%% |