diff options
Diffstat (limited to 'devel/luabind')
-rw-r--r-- | devel/luabind/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/luabind/Makefile b/devel/luabind/Makefile index 0774054143ec..1294e457a70e 100644 --- a/devel/luabind/Makefile +++ b/devel/luabind/Makefile @@ -13,8 +13,8 @@ MASTER_SITES= SF MAINTAINER= amdmi3@FreeBSD.org COMMENT= Library that helps you create bindings between C++ and Lua -BUILD_DEPENDS= ${LOCALBASE}/include/boost/python/detail/is_xxx.hpp:${PORTSDIR}/devel/boost-python -RUN_DEPENDS= ${LOCALBASE}/include/boost/python/detail/is_xxx.hpp:${PORTSDIR}/devel/boost-python +BUILD_DEPENDS= ${LOCALBASE}/include/boost/python/detail/is_xxx.hpp:${PORTSDIR}/devel/boost-python-libs +RUN_DEPENDS= ${LOCALBASE}/include/boost/python/detail/is_xxx.hpp:${PORTSDIR}/devel/boost-python-libs USE_ZIP= yes USE_LUA= 5.0 |