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/mkhexgrid | |
parent | Update to 2.22. (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/mkhexgrid')
-rw-r--r-- | games/mkhexgrid/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/mkhexgrid/Makefile b/games/mkhexgrid/Makefile index 42374b09d6e6..48b4b8f8d45b 100644 --- a/games/mkhexgrid/Makefile +++ b/games/mkhexgrid/Makefile @@ -16,7 +16,7 @@ EXTRACT_SUFX= .src.tar.gz MAINTAINER= ports@FreeBSD.org COMMENT= A fully-configurable hex grid generator -BUILD_DEPENDS= ${LOCALBASE}/include/boost/lexical_cast.hpp:${PORTSDIR}/devel/boost +BUILD_DEPENDS= ${LOCALBASE}/include/boost/lexical_cast.hpp:${PORTSDIR}/devel/boost-libs LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd USE_GMAKE= yes |