diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/ppracer/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/ppracer/Makefile b/games/ppracer/Makefile index d0c2cc1baea4..b7a0bcf55c37 100644 --- a/games/ppracer/Makefile +++ b/games/ppracer/Makefile @@ -27,7 +27,8 @@ USE_DOS2UNIX= yes DOS2UNIX_REGEX= .*\.(c|cpp|h) post-patch: - @${REINPLACE_CMD} -e 's,/usr/X11R6,${LOCALBASE},g' ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's,/usr/X11R6,${LOCALBASE},g' \ + -e 's,libpng12,libpng14,g' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's,RacingMode::,,' ${WRKSRC}/src/racingmode.h .include <bsd.port.mk> |