aboutsummaryrefslogtreecommitdiff
path: root/games/trigger
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2007-04-16 11:23:41 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2007-04-16 11:23:41 +0000
commita7e7a172188459a70491c74ba8281942b0430d38 (patch)
tree559897502692f48032c01e6d65338df0403afca1 /games/trigger
parent3c888fcf77c9fc9cb4c91d3555e8c8b189f3dd57 (diff)
downloadports-a7e7a172188459a70491c74ba8281942b0430d38.tar.gz
ports-a7e7a172188459a70491c74ba8281942b0430d38.zip
Notes
Diffstat (limited to 'games/trigger')
-rw-r--r--games/trigger/Makefile11
1 files changed, 3 insertions, 8 deletions
diff --git a/games/trigger/Makefile b/games/trigger/Makefile
index 0e2faccf8ff2..0c22c9bde303 100644
--- a/games/trigger/Makefile
+++ b/games/trigger/Makefile
@@ -32,15 +32,10 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
WRKSRC= ${WRKDIR}/trigger-${PORTVERSION}-src
DATASRC= ${WRKDIR}/trigger-${DATAVERSION}-data
-DESKTOP_ENTRIES="Trigger" "Car racing game" "" \
- "trigger" "" false
-
-.include <bsd.port.pre.mk>
DATAVERSION= 0.5.2
-.if ${OSVERSION} < 500000
-USE_GCC= 3.4
-.endif
+DESKTOP_ENTRIES="Trigger" "Car racing game" "" \
+ "trigger" "" false
post-patch:
@${REINPLACE_CMD} -e 's|SDL/||' \
@@ -75,4 +70,4 @@ do-install:
.endfor
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>