- Add missing dependencies. It'll fix build on all FreeBSD versions

Reported by:	pav
This commit is contained in:
Jose Alonso Cardenas Marquez 2009-01-20 02:26:09 +00:00
parent b4eace6911
commit 7e4430a11f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=226492

View File

@ -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