diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-10-30 13:43:25 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-10-30 13:43:25 +0000 |
commit | ee2be28dfa7fb5f546aa43ab72ef8ca2c36c82ca (patch) | |
tree | 901783c3779f3cd5257fac6e2e8a65625defed62 /games/flobopuyo/Makefile | |
parent | ca48a04a6c96f36a4f09b3137a57e9d124295c0a (diff) |
Notes
Diffstat (limited to 'games/flobopuyo/Makefile')
-rw-r--r-- | games/flobopuyo/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/games/flobopuyo/Makefile b/games/flobopuyo/Makefile index 36ac936ce642..6c292bbb6dc6 100644 --- a/games/flobopuyo/Makefile +++ b/games/flobopuyo/Makefile @@ -20,12 +20,6 @@ USE_BISON= build USE_GMAKE= yes USE_SDL= sdl mixer image -.include <bsd.port.pre.mk> - -.if ${ARCH} == "amd64" && ${OSVERSION} >= 700000 -BROKEN= Doesn't build -.endif - post-patch: @${REINPLACE_CMD} -e 's|sdl-config|${SDL_CONFIG}|' ${WRKSRC}/Makefile @${REINPLACE_CMD} -e 's|g++|${CXX}|' ${WRKSRC}/Makefile @@ -34,4 +28,4 @@ post-patch: @${REINPLACE_CMD} -e 's|^INSTALL_DATADIR=.*$$|INSTALL_DATADIR=${DATADIR}|' ${WRKSRC}/Makefile @${REINPLACE_CMD} -e 's|^INSTALL_BINDIR=.*$$|INSTALL_BINDIR=${PREFIX}/bin|' ${WRKSRC}/Makefile -.include <bsd.port.post.mk> +.include <bsd.port.mk> |