aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2006-03-08 01:17:13 +0800
committerkris <kris@FreeBSD.org>2006-03-08 01:17:13 +0800
commite03dcc8de2b12dcfa6b756704d96964648841162 (patch)
treedd6275c12fb2b0b78c7af69d627227fa3d1b0256 /games
parent400c9b3cdd92e4ce251df551e7bf545d370e5a18 (diff)
downloadfreebsd-ports-gnome-e03dcc8de2b12dcfa6b756704d96964648841162.tar.gz
freebsd-ports-gnome-e03dcc8de2b12dcfa6b756704d96964648841162.tar.zst
freebsd-ports-gnome-e03dcc8de2b12dcfa6b756704d96964648841162.zip
Now builds on amd64
Approved by: portmgr (implicit)
Diffstat (limited to 'games')
-rw-r--r--games/kobodeluxe/Makefile4
-rw-r--r--games/tomatoes/Makefile4
2 files changed, 0 insertions, 8 deletions
diff --git a/games/kobodeluxe/Makefile b/games/kobodeluxe/Makefile
index e1e315948ad4..01dc03e8ed06 100644
--- a/games/kobodeluxe/Makefile
+++ b/games/kobodeluxe/Makefile
@@ -28,10 +28,6 @@ OPTIONS= OPENGL "OpenGL rendering layer (experimental)" off
.include <bsd.port.pre.mk>
-.if ${ARCH} == "amd64"
-BROKEN= "Does not compile on amd64"
-.endif
-
.if defined(WITH_OPENGL)
USE_GL= yes
CONFIGURE_ARGS+= --enable-opengl
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 \