diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/criticalmass/Makefile | 4 | ||||
-rw-r--r-- | games/foobillard/Makefile | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/games/criticalmass/Makefile b/games/criticalmass/Makefile index 1d4b7daadeae..65199912026b 100644 --- a/games/criticalmass/Makefile +++ b/games/criticalmass/Makefile @@ -35,10 +35,6 @@ PLIST_DIRS= share/Critical_Mass .include <bsd.port.pre.mk> -.if ${ARCH} == "sparc64" -BROKEN= "Does not compile on sparc64" -.endif - post-patch: @${GREP} -lR "SDL/SDL" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \ 's|SDL/SDL|SDL|g' diff --git a/games/foobillard/Makefile b/games/foobillard/Makefile index d565627c449a..aee76eb81081 100644 --- a/games/foobillard/Makefile +++ b/games/foobillard/Makefile @@ -19,10 +19,6 @@ LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ .include <bsd.port.pre.mk> -.if ${ARCH} == "sparc64" -BROKEN= "does not compile on sparc64" -.endif - FREETYPE_CONFIG?= ${LOCALBASE}/bin/freetype-config USE_GETOPT_LONG=yes |