aboutsummaryrefslogtreecommitdiff
path: root/games/bitefusion
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2007-10-04 01:02:44 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2007-10-04 01:02:44 +0000
commitf7c0630cd25902e9d0299337f0075f1969f3c15c (patch)
treea943d8b41968bc02a35c01063aaf35f112a2ce09 /games/bitefusion
parent3e2fd4b788942461b3fbd53d7edac9a1abc3488e (diff)
downloadports-f7c0630cd25902e9d0299337f0075f1969f3c15c.tar.gz
ports-f7c0630cd25902e9d0299337f0075f1969f3c15c.zip
Remove always-false/true conditions based on OSVERSION 500000
Notes
Notes: svn path=/head/; revision=200772
Diffstat (limited to 'games/bitefusion')
-rw-r--r--games/bitefusion/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/games/bitefusion/Makefile b/games/bitefusion/Makefile
index ea1a1e63d9ba..880df5537613 100644
--- a/games/bitefusion/Makefile
+++ b/games/bitefusion/Makefile
@@ -24,14 +24,9 @@ CONFIGURE_ENV= CPPFLAGS="`${SDL_CONFIG} --cflags`" \
PLIST_FILES= bin/bitefusion
-.include <bsd.port.pre.mk>
-
post-patch:
@${REINPLACE_CMD} -e 's|-linux-gnu|-portbld-freebsd|' \
${WRKSRC}/configure
@${REINPLACE_CMD} -e 's|-lSDL||' ${WRKSRC}/Makefile.in
-.if ${OSVERSION} < 500000
- @${REINPLACE_CMD} -e 's|stdint.h|sys/inttypes.h|' ${WRKSRC}/image.c
-.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>