aboutsummaryrefslogtreecommitdiff
path: root/games/gillo
diff options
context:
space:
mode:
authorGabor Kovesdan <gabor@FreeBSD.org>2007-04-15 21:06:14 +0000
committerGabor Kovesdan <gabor@FreeBSD.org>2007-04-15 21:06:14 +0000
commit46b9896d01ebb6c9dc68e651b3d82a98561777f6 (patch)
tree60089dfa8bdc8380dce358589a2e1bd3b0abbd11 /games/gillo
parent286203d809751f18da030a97c6315562e0e58ed9 (diff)
downloadports-46b9896d01ebb6c9dc68e651b3d82a98561777f6.tar.gz
ports-46b9896d01ebb6c9dc68e651b3d82a98561777f6.zip
- Remove FreeBSD 4.X support from unmaintained ports in categories starting
with letter f-h
Notes
Notes: svn path=/head/; revision=190038
Diffstat (limited to 'games/gillo')
-rw-r--r--games/gillo/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/games/gillo/Makefile b/games/gillo/Makefile
index b3e5641ac98b..a74263282ff9 100644
--- a/games/gillo/Makefile
+++ b/games/gillo/Makefile
@@ -27,12 +27,6 @@ WRKSRC= ${WRKDIR}/${PORTNAME}
JAM?= ${LOCALBASE}/bin/jam
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-BROKEN= does not compile
-.endif
-
post-patch:
@${REINPLACE_CMD} -i '' -e 's|SDL/||g' ${WRKSRC}/src/*
@${REINPLACE_CMD} -e 's|%%SDL_CFLAGS%%|`${SDL_CONFIG} --cflags`|' \
@@ -50,4 +44,4 @@ do-install:
@${MKDIR} ${DATADIR}
${INSTALL_DATA} ${WRKSRC}/data/*.* ${DATADIR}
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>