svn commit: r474587 - head/games/freeorion

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Jul 13 14:00:12 UTC 2018


Author: amdmi3
Date: Fri Jul 13 14:00:11 2018
New Revision: 474587
URL: https://svnweb.freebsd.org/changeset/ports/474587

Log:
  - Switch to ${PY_BOOST} for dependency on boost-python

Modified:
  head/games/freeorion/Makefile

Modified: head/games/freeorion/Makefile
==============================================================================
--- head/games/freeorion/Makefile	Fri Jul 13 13:45:29 2018	(r474586)
+++ head/games/freeorion/Makefile	Fri Jul 13 14:00:11 2018	(r474587)
@@ -13,7 +13,7 @@ LICENSE=	GPLv2 CC-BY-SA-3.0
 LICENSE_COMB=	multi
 
 LIB_DEPENDS=	libboost_thread.so:devel/boost-libs \
-		libboost_python27.so:devel/boost-python-libs@${PY_FLAVOR}
+		${PY_BOOST}
 
 USE_GITHUB=	yes
 


More information about the svn-ports-all mailing list