diff options
author | acm <acm@FreeBSD.org> | 2010-11-18 14:01:48 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2010-11-18 14:01:48 +0800 |
commit | 260a489c5d78df416c4edf8fb1ec68ff2689e761 (patch) | |
tree | dfff4c1efda0eb810af7fc96401fbad940e772f5 /games/vdrift | |
parent | 5579100c7576a1f26dff16878484e004bf5b9330 (diff) | |
download | freebsd-ports-gnome-260a489c5d78df416c4edf8fb1ec68ff2689e761.tar.gz freebsd-ports-gnome-260a489c5d78df416c4edf8fb1ec68ff2689e761.tar.zst freebsd-ports-gnome-260a489c5d78df416c4edf8fb1ec68ff2689e761.zip |
- Fix build index
Reported by: portsnap buildbox
Diffstat (limited to 'games/vdrift')
-rw-r--r-- | games/vdrift/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/vdrift/Makefile b/games/vdrift/Makefile index 46b150349880..ccd3e55617e6 100644 --- a/games/vdrift/Makefile +++ b/games/vdrift/Makefile @@ -17,7 +17,7 @@ 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 + ${LOCALBASE}/include/asio.hpp:${PORTSDIR}/net/asio LIB_DEPENDS= vorbis.4:${PORTSDIR}/audio/libvorbis \ boost_thread.4:${PORTSDIR}/devel/boost-libs RUN_DEPENDS= ${LOCALBASE}/share/${PORTNAME}/settings/VDrift.config:${PORTSDIR}/games/vdrift-data |