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 /devel/love | |
parent | d89dccb61e24d9db4b71225fafab4061ae50cf51 (diff) |
Notes
Diffstat (limited to 'devel/love')
-rw-r--r-- | devel/love/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/love/Makefile b/devel/love/Makefile index 981e4bff8d4f..55c3a841757b 100644 --- a/devel/love/Makefile +++ b/devel/love/Makefile @@ -17,7 +17,7 @@ COMMENT= Open-source 2D game engine LIB_DEPENDS= IL.2:${PORTSDIR}/graphics/devil \ physfs.1:${PORTSDIR}/devel/physfs \ freetype.9:${PORTSDIR}/print/freetype2 -BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost +BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs USE_BZIP2= yes USE_GMAKE= yes |