diff options
Diffstat (limited to 'devel/luabind/Makefile')
-rw-r--r-- | devel/luabind/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/luabind/Makefile b/devel/luabind/Makefile index ae133d67fcf0..d19b1f648c2a 100644 --- a/devel/luabind/Makefile +++ b/devel/luabind/Makefile @@ -13,7 +13,7 @@ COMMENT= Library that helps you create bindings between C++ and Lua LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -LIB_DEPENDS= libboost_python.so:${PORTSDIR}/devel/boost-python-libs +LIB_DEPENDS= libboost_python.so:devel/boost-python-libs USES= lua:51 USE_LDCONFIG= yes |