svn commit: r505160 - head/devel/trellis

Emmanuel Vadot manu at FreeBSD.org
Wed Jun 26 16:08:50 UTC 2019


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


More information about the svn-ports-head mailing list