aboutsummaryrefslogtreecommitdiff
path: root/games/vdrift
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2006-10-23 20:29:56 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2006-10-23 20:29:56 +0000
commitd362dfbf937bce68cf3fb6d0924bfc41f6d1f562 (patch)
tree924830a8bfc7b89a91432472390c7129d83ebb5b /games/vdrift
parent372011fdad150b9d39ad62daf525e14244092791 (diff)
downloadports-d362dfbf937bce68cf3fb6d0924bfc41f6d1f562.tar.gz
ports-d362dfbf937bce68cf3fb6d0924bfc41f6d1f562.zip
Notes
Diffstat (limited to 'games/vdrift')
-rw-r--r--games/vdrift/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/games/vdrift/Makefile b/games/vdrift/Makefile
index f8c5438761ab..5d6497253e02 100644
--- a/games/vdrift/Makefile
+++ b/games/vdrift/Makefile
@@ -7,7 +7,7 @@
PORTNAME= vdrift
PORTVERSION= 20061006
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -22,8 +22,6 @@ LIB_DEPENDS= openal.0:${PORTSDIR}/audio/openal \
alut.1:${PORTSDIR}/audio/freealut
RUN_DEPENDS= ${LOCALBASE}/share/${PORTNAME}/settings/VDrift.config:${PORTSDIR}/games/vdrift-data
-BROKEN= Installs file into /usr/bin and does so prior to make install
-
USE_BZIP2= yes
USE_GL= yes
USE_SDL= sdl image net
@@ -66,6 +64,7 @@ BROKEN= Does not compile on sparc64
post-patch:
@${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/SConstruct
@${REINPLACE_CMD} -e "s|'openal'|'openal','alut'|g" ${WRKSRC}/SConstruct
+ @${REINPLACE_CMD} -e 's|^os.system.*||g' ${WRKSRC}/src/SConscript
do-build:
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} scons ${SCONS_ARGS}