diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-03-07 17:17:13 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-03-07 17:17:13 +0000 |
commit | 13fd5342adc011d386e70eda6102bb487fc49f99 (patch) | |
tree | c5e12034e22ead977fe6839b25284e9348ad963a /games/tomatoes | |
parent | f8a1450c135ba6623eb5e4b6ddec8b86b9509f98 (diff) | |
download | ports-13fd5342adc011d386e70eda6102bb487fc49f99.tar.gz ports-13fd5342adc011d386e70eda6102bb487fc49f99.zip |
Notes
Diffstat (limited to 'games/tomatoes')
-rw-r--r-- | games/tomatoes/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/games/tomatoes/Makefile b/games/tomatoes/Makefile index e77c6116b24f..ae4f5a5c3a26 100644 --- a/games/tomatoes/Makefile +++ b/games/tomatoes/Makefile @@ -47,10 +47,6 @@ SDL_LDFLAGS= `${SDL_CONFIG} --libs` -lSDL_image -lSDL_mixer \ .include <bsd.port.pre.mk> -.if ${ARCH} != "i386" -BROKEN= "Does not compile on !i386" -.endif - post-patch: .for file in include/font.h cd ${WRKSRC} && ${CP} ${file} ${file}.bak \ |