diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-07-28 11:45:08 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-07-28 11:45:08 +0000 |
commit | d1107bb40e81d1186ea75412dd5d61d736e4d726 (patch) | |
tree | 103926d89737f146b97db5255f054196dadab9fc /games/plee-the-bear | |
parent | d89dccb61e24d9db4b71225fafab4061ae50cf51 (diff) |
- Update boost to 1.39
- Split boost port to separate components, with boost-all metaport
PR: ports/137054
Submitted by: Alexander Churanov <churanov.port.maintainer@gmail.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=238504
Diffstat (limited to 'games/plee-the-bear')
-rw-r--r-- | games/plee-the-bear/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/plee-the-bear/Makefile b/games/plee-the-bear/Makefile index 562654c11a55..cb27c32ce5dd 100644 --- a/games/plee-the-bear/Makefile +++ b/games/plee-the-bear/Makefile @@ -15,7 +15,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-light MAINTAINER= amdmi3@FreeBSD.org COMMENT= 2D platform jump and run game -LIB_DEPENDS= boost_filesystem.4:${PORTSDIR}/devel/boost \ +LIB_DEPENDS= boost_filesystem.4:${PORTSDIR}/devel/boost-libs \ claw_application.1:${PORTSDIR}/devel/libclaw USE_BZIP2= yes |