Date: Wed, 26 Jun 2019 16:08:48 +0000 (UTC) From: Emmanuel Vadot <manu@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r505160 - head/devel/trellis Message-ID: <201906261608.x5QG8mSc035474@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: manu Date: Wed Jun 26 16:08:48 2019 New Revision: 505160 URL: https://svnweb.freebsd.org/changeset/ports/505160 Log: devel/trellis: Use ${PY_BOOST} PY_BOOST contain the python flavor so use this instead. Reported by: mat Modified: head/devel/trellis/Makefile Modified: head/devel/trellis/Makefile ============================================================================== --- head/devel/trellis/Makefile Wed Jun 26 14:24:39 2019 (r505159) +++ head/devel/trellis/Makefile Wed Jun 26 16:08:48 2019 (r505160) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906261608.x5QG8mSc035474>