diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-03-26 21:40:24 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-03-26 21:40:24 +0000 |
commit | 892c9bb5e49e9a533784346fda0cff057d06d756 (patch) | |
tree | e50df61d917b4ff5a7a4361d32cb63b4f5a817d0 /games | |
parent | ee2c9ac9d839018a4b7cc994cf001f0adf883897 (diff) | |
download | ports-892c9bb5e49e9a533784346fda0cff057d06d756.tar.gz ports-892c9bb5e49e9a533784346fda0cff057d06d756.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/criticalmass/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/games/criticalmass/Makefile b/games/criticalmass/Makefile index fba7b56c4b11..164762994003 100644 --- a/games/criticalmass/Makefile +++ b/games/criticalmass/Makefile @@ -33,6 +33,12 @@ PLIST_FILES= bin/Packer \ share/Critical_Mass/resource.dat PLIST_DIRS= share/Critical_Mass +.include <bsd.port.pre.mk> + +.if ${ARCH} == "sparc64" +BROKEN= "Does not compile on sparc64" +.endif + post-patch: @${REINPLACE_CMD} -e 's|sdl-config|${SDL_CONFIG:T}|g ; \ s|^CXXFLAGS|#CXXFLAGS|g ; \ @@ -40,4 +46,4 @@ post-patch: @${GREP} -lR "SDL/SDL" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \ 's|SDL/SDL|SDL|g' -.include <bsd.port.mk> +.include <bsd.port.post.mk> |