diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2009-01-20 02:26:09 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2009-01-20 02:26:09 +0000 |
commit | 7e4430a11f19aa57112d707443822f5d61f1cc59 (patch) | |
tree | 57ce613ba4089ba1e1dd483c83563be844cdb783 /games/vdrift/Makefile | |
parent | b4eace6911c6ca280beef58a8d7fdfb69b869c46 (diff) |
Notes
Diffstat (limited to 'games/vdrift/Makefile')
-rw-r--r-- | games/vdrift/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/games/vdrift/Makefile b/games/vdrift/Makefile index 3b6e8e6442e8..4c23649fd942 100644 --- a/games/vdrift/Makefile +++ b/games/vdrift/Makefile @@ -16,7 +16,10 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= acm@FreeBSD.org COMMENT= Open source driving simulation -BUILD_DEPENDS= scons:${PORTSDIR}/devel/scons +BUILD_DEPENDS= scons:${PORTSDIR}/devel/scons \ + ${LOCALBASE}/lib/libbulletcollision.a:${PORTSDIR}/devel/bullet +LIB_DEPENDS= vorbis.4:${PORTSDIR}/audio/libvorbis \ + GLEW:${PORTSDIR}/graphics/glew RUN_DEPENDS= ${LOCALBASE}/share/${PORTNAME}/settings/VDrift.config:${PORTSDIR}/games/vdrift-data USE_BZIP2= yes |