diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2018-07-13 22:00:11 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2018-07-13 22:00:11 +0800 |
commit | 69733de97a96c6d58dcd6fac7d048c83998da26f (patch) | |
tree | 7399c1e1802ba9eebe2b5a53345ea015eaf0b100 /games | |
parent | d33638eebfbb80c6db0c82f88fe195148d075335 (diff) | |
download | freebsd-ports-gnome-69733de97a96c6d58dcd6fac7d048c83998da26f.tar.gz freebsd-ports-gnome-69733de97a96c6d58dcd6fac7d048c83998da26f.tar.zst freebsd-ports-gnome-69733de97a96c6d58dcd6fac7d048c83998da26f.zip |
- Switch to ${PY_BOOST} for dependency on boost-python
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 |