1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00

devel/trellis: Use ${PY_BOOST}

PY_BOOST contain the python flavor so use this instead.

Reported by:	mat
This commit is contained in:
Emmanuel Vadot 2019-06-26 16:08:48 +00:00
parent df8cae944e
commit 59225e8826
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=505160

View File

@ -16,7 +16,7 @@ LIB_DEPENDS= libftdi1.so:devel/libftdi1 \
libboost_date_time.so:devel/boost-libs \
libboost_filesystem.so:devel/boost-libs \
libboost_program_options.so:devel/boost-libs \
libboost_python${PYTHON_SUFFIX}.so:devel/boost-python-libs \
${PY_BOOST} \
libboost_thread.so:devel/boost-libs
USES= compiler:c++14-lang cmake python:3.5+ shebangfix