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/flyhard | |
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/flyhard')
-rw-r--r-- | games/flyhard/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/flyhard/Makefile b/games/flyhard/Makefile index 72313b7146e6..afa4148c4ba9 100644 --- a/games/flyhard/Makefile +++ b/games/flyhard/Makefile @@ -15,7 +15,7 @@ MAINTAINER= amdmi3@FreeBSD.org COMMENT= Game resembling Thrust, but with lots of shooting and puzzles LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png -BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost +BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs GNU_CONFIGURE= yes USE_GMAKE= yes |