diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/freeorion/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/freeorion/Makefile b/games/freeorion/Makefile index dd9468565949..7bca3dba4bf7 100644 --- a/games/freeorion/Makefile +++ b/games/freeorion/Makefile @@ -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 |