aboutsummaryrefslogtreecommitdiffstats
path: root/devel/luabind
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2018-02-15 20:34:49 +0800
committermat <mat@FreeBSD.org>2018-02-15 20:34:49 +0800
commitef3c2f92f74f30886114eab9201e86f48dcb026d (patch)
treebf19f32ea6808c09829f1a5d7bde66757b0d8790 /devel/luabind
parent644aeb581e7615d27d404a74f183abbe17284967 (diff)
downloadfreebsd-ports-gnome-ef3c2f92f74f30886114eab9201e86f48dcb026d.tar.gz
freebsd-ports-gnome-ef3c2f92f74f30886114eab9201e86f48dcb026d.tar.zst
freebsd-ports-gnome-ef3c2f92f74f30886114eab9201e86f48dcb026d.zip
devel/boost-python-libs got forgotten in the python flavorization, fix
this oversight. Reviewed by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D14368
Diffstat (limited to 'devel/luabind')
-rw-r--r--devel/luabind/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/luabind/Makefile b/devel/luabind/Makefile
index c5ef428b4136..07f9c90b6b72 100644
--- a/devel/luabind/Makefile
+++ b/devel/luabind/Makefile
@@ -13,9 +13,9 @@ COMMENT= Library that helps you create bindings between C++ and Lua
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-LIB_DEPENDS= libboost_python.so:devel/boost-python-libs
+LIB_DEPENDS= ${PY_BOOST}
-USES= lua:51
+USES= lua:51 python:env
USE_LDCONFIG= yes
CPPFLAGS+= -I.. -I${LUA_INCDIR} -I${LOCALBASE}/include