Date: Fri, 13 Jul 2018 14:00:11 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r474587 - head/games/freeorion Message-ID: <201807131400.w6DE0BZ3002039@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807131400.w6DE0BZ3002039>