diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-12 11:14:49 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-12 11:14:49 +0000 |
commit | c706f7f3440734871fa53b3918c1e99eb287898c (patch) | |
tree | 0460d125ade9bf9b94b7daecf24b65257facfc3b /games/vdrift | |
parent | 96ec3df0612618019b94f6fd1c41e003d61ffabd (diff) | |
download | ports-c706f7f3440734871fa53b3918c1e99eb287898c.tar.gz ports-c706f7f3440734871fa53b3918c1e99eb287898c.zip |
Notes
Diffstat (limited to 'games/vdrift')
-rw-r--r-- | games/vdrift/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/vdrift/Makefile b/games/vdrift/Makefile index 8f1a3d6a9909..b3fc7baee619 100644 --- a/games/vdrift/Makefile +++ b/games/vdrift/Makefile @@ -15,8 +15,8 @@ COMMENT= Open source driving simulation BUILD_DEPENDS= scons:${PORTSDIR}/devel/scons \ ${LOCALBASE}/lib/libBulletCollision.a:${PORTSDIR}/devel/bullet \ ${LOCALBASE}/include/asio.hpp:${PORTSDIR}/net/asio -LIB_DEPENDS= vorbis.4:${PORTSDIR}/audio/libvorbis \ - boost_thread:${PORTSDIR}/devel/boost-libs +LIB_DEPENDS= libvorbis.so:${PORTSDIR}/audio/libvorbis \ + libboost_thread.so:${PORTSDIR}/devel/boost-libs RUN_DEPENDS= ${LOCALBASE}/share/${PORTNAME}/settings/VDrift.config:${PORTSDIR}/games/vdrift-data USE_BZIP2= yes |