summaryrefslogtreecommitdiff
path: root/games/vultures-claw
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2008-07-25 14:34:52 +0000
committerPav Lucistnik <pav@FreeBSD.org>2008-07-25 14:34:52 +0000
commitefa63f6ba4d035a78bf22994112284daa54d01e2 (patch)
treea8e60f648b180d79a27a101c6135bb1ecf9d5c89 /games/vultures-claw
parent- Desupport FreeBSD 4.x (diff)
- Remove USE_GCC where it can be satisfied with base compiler on following
FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
Notes
Notes: svn path=/head/; revision=217485
Diffstat (limited to 'games/vultures-claw')
-rw-r--r--games/vultures-claw/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/games/vultures-claw/Makefile b/games/vultures-claw/Makefile
index a6f40d976976..6a65866af7cc 100644
--- a/games/vultures-claw/Makefile
+++ b/games/vultures-claw/Makefile
@@ -25,12 +25,6 @@ USE_SDL= sdl ttf mixer
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/slashem
DATADIR= ${PREFIX}/share/${PORTNAME}${PKGNAMESUFFIX}
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 502102
-USE_GCC= 3.3+
-.endif
-
pre-configure:
@cd ${WRKSRC}/sys/unix; ${SH} setup.sh
@@ -45,4 +39,4 @@ post-configure:
's|#include <SDL_image.h>||g' \
${WRKSRC}/win/vultures/vultures_gfl.c
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>