aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-06-22 05:30:30 +0800
committerkris <kris@FreeBSD.org>2004-06-22 05:30:30 +0800
commitef1de578764208d7432f3318b9dd96bda2db51b8 (patch)
treed423f11761d617717f4e5a8714841ecbebfc6ed8 /games
parentab96b5b8ac6830e30ebfb5d59d8273ea1088655f (diff)
downloadfreebsd-ports-gnome-ef1de578764208d7432f3318b9dd96bda2db51b8.tar.gz
freebsd-ports-gnome-ef1de578764208d7432f3318b9dd96bda2db51b8.tar.zst
freebsd-ports-gnome-ef1de578764208d7432f3318b9dd96bda2db51b8.zip
Now builds on amd64.
Diffstat (limited to 'games')
-rw-r--r--games/scorched3d-devel/Makefile4
-rw-r--r--games/scorched3d/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/games/scorched3d-devel/Makefile b/games/scorched3d-devel/Makefile
index 48b20956aa62..5df4f456de82 100644
--- a/games/scorched3d-devel/Makefile
+++ b/games/scorched3d-devel/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:
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: