diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2006-09-17 16:41:38 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2006-09-17 16:41:38 +0000 |
commit | 85fd4b9257a65755f541cd33c3bc8e8e7ff0eee9 (patch) | |
tree | 2b9d395c82204ff0627c69926418c3cbd71a3afd /games/tuxpuck | |
parent | a9385c3f1b14d3dc117c40df484b83e27722fe56 (diff) |
Notes
Diffstat (limited to 'games/tuxpuck')
-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 e1abb6fad56d..8300edbc5c25 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 |