diff options
Diffstat (limited to 'games/tuxpuck/Makefile')
-rw-r--r-- | games/tuxpuck/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/games/tuxpuck/Makefile b/games/tuxpuck/Makefile index e1abb6f..8300edb 100644 --- a/games/tuxpuck/Makefile +++ b/games/tuxpuck/Makefile @@ -29,9 +29,10 @@ PLIST_FILES= bin/tuxpuck .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 700013 -BROKEN= "Does not compile on FreeBSD >= 7.0" -.endif +post-patch: + cd ${WRKSRC}; \ + ${REINPLACE_CMD} "s,timer_create,_timer_create,g" \ + tuxpuck.c video.c timer.c intro.c tuxpuck.h do-install: ${INSTALL_PROGRAM} ${WRKSRC}/tuxpuck ${PREFIX}/bin |