diff options
author | kris <kris@FreeBSD.org> | 2005-03-27 09:43:36 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-03-27 09:43:36 +0800 |
commit | 2d318e9bc940fa7c44f9acee26d3ffb0749b7937 (patch) | |
tree | 208aeb65d8ce40e16c4869983722c3ae765610dc /games/tomatoes | |
parent | 50ee8a559a82bbd5ec37382cd5735ab8de12540a (diff) | |
download | freebsd-ports-gnome-2d318e9bc940fa7c44f9acee26d3ffb0749b7937.tar.gz freebsd-ports-gnome-2d318e9bc940fa7c44f9acee26d3ffb0749b7937.tar.zst freebsd-ports-gnome-2d318e9bc940fa7c44f9acee26d3ffb0749b7937.zip |
BROKEN on !i386: Does not compile
Approved by: portmgr (self)
Diffstat (limited to 'games/tomatoes')
-rw-r--r-- | games/tomatoes/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/games/tomatoes/Makefile b/games/tomatoes/Makefile index 1e6499e3aec7..6a0c91bf2fb6 100644 --- a/games/tomatoes/Makefile +++ b/games/tomatoes/Makefile @@ -34,6 +34,10 @@ USE_SDL= mixer image sound BROKEN= Does not build on 4.X .endif +.if ${ARCH} != "i386" +BROKEN= "Does not compile on !i386" +.endif + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin ${MKDIR} ${DATADIR}/music |