diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-06-21 21:30:30 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-06-21 21:30:30 +0000 |
commit | cc9734cd5a36363529ffc2f2704ce379aaedb356 (patch) | |
tree | bfbfc92721955e63bd79df096b068534c1f19b18 /games/scorched3d/Makefile | |
parent | ea40e726702118ee39fce59a8d72e8f906754e14 (diff) | |
download | ports-cc9734cd5a36363529ffc2f2704ce379aaedb356.tar.gz ports-cc9734cd5a36363529ffc2f2704ce379aaedb356.zip |
Notes
Diffstat (limited to 'games/scorched3d/Makefile')
-rw-r--r-- | games/scorched3d/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/scorched3d/Makefile b/games/scorched3d/Makefile index 48b20956aa62..5df4f456de82 100644 --- a/games/scorched3d/Makefile +++ b/games/scorched3d/Makefile @@ -42,8 +42,8 @@ CONFIGURE_ARGS+= --with-mysql .include <bsd.port.pre.mk> -.if ${ARCH} != "i386" -BROKEN= "Does not compile on !i386" +.if ${ARCH} != "i386" && ${ARCH} != "amd64" +BROKEN= "Does not compile on !i386 and !amd64" .endif pre-configure: |