aboutsummaryrefslogtreecommitdiff
path: root/games/tuxpuck
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2006-09-17 16:41:38 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2006-09-17 16:41:38 +0000
commit85fd4b9257a65755f541cd33c3bc8e8e7ff0eee9 (patch)
tree2b9d395c82204ff0627c69926418c3cbd71a3afd /games/tuxpuck
parenta9385c3f1b14d3dc117c40df484b83e27722fe56 (diff)
downloadports-85fd4b9257a65755f541cd33c3bc8e8e7ff0eee9.tar.gz
ports-85fd4b9257a65755f541cd33c3bc8e8e7ff0eee9.zip
Notes
Diffstat (limited to 'games/tuxpuck')
-rw-r--r--games/tuxpuck/Makefile7
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