diff options
Diffstat (limited to 'games/diameter/Makefile')
-rw-r--r-- | games/diameter/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/games/diameter/Makefile b/games/diameter/Makefile index 3a42987d0bf2..fd3255910ba0 100644 --- a/games/diameter/Makefile +++ b/games/diameter/Makefile @@ -36,7 +36,6 @@ BROKEN= Does not build on FreeBSD 4.x .endif post-patch: - @${REINPLACE_CMD} -e 's|SDL/|SDL11/|' ${WRKSRC}/src/snd/snd.h @${REINPLACE_CMD} -e '/PKG_CONFIG/ s|libpng|libpng12|' \ -e 's|sdl-config|$$SDL_CONFIG|' \ -e '/LIBS/ s|-lSDL |`$$SDL_CONFIG --libs` |' \ |