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/luabind | |
parent | d89dccb61e24d9db4b71225fafab4061ae50cf51 (diff) | |
download | ports-d1107bb40e81d1186ea75412dd5d61d736e4d726.tar.gz ports-d1107bb40e81d1186ea75412dd5d61d736e4d726.zip |
Notes
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 |