diff options
Diffstat (limited to 'games/gracer/Makefile')
-rw-r--r-- | games/gracer/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/games/gracer/Makefile b/games/gracer/Makefile index 69ab2db3824e..c93978039bcb 100644 --- a/games/gracer/Makefile +++ b/games/gracer/Makefile @@ -25,10 +25,8 @@ LIBS+= -L${LOCALBASE}/lib # for plib (sound): CONFIGURE_ARGS+= --with-plib=${LOCALBASE}/plib -.include <bsd.port.pre.mk> - pre-patch: @${REINPLACE_CMD} -i '' -e 's|<malloc.h>|<stdlib.h>|' \ ${WRKSRC}/common/gr_memory.h -.include <bsd.port.post.mk> +.include <bsd.port.mk> |