diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-03-27 01:43:36 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-03-27 01:43:36 +0000 |
commit | b9e428807a370562ad68f4572cc588b7c72a5364 (patch) | |
tree | dc66bf3c729c1bd221b9c640c831d57580a19427 /games/tomatoes | |
parent | c48bf0c15a4695a185e055fc374fb0549fdd7550 (diff) | |
download | ports-b9e428807a370562ad68f4572cc588b7c72a5364.tar.gz ports-b9e428807a370562ad68f4572cc588b7c72a5364.zip |
Notes
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 |