diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2020-02-23 15:25:53 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2020-02-23 15:25:53 +0000 |
commit | 41a5348a3b6a9d16a7808a76f3b3935dbdb9eb49 (patch) | |
tree | dc94bc3df22b218498c473b644b9ddf5d9c9342d /games/freeorion/Makefile | |
parent | d7d7b4eebbb16e530100e9fc57ee92890921ae86 (diff) |
Notes
Diffstat (limited to 'games/freeorion/Makefile')
-rw-r--r-- | games/freeorion/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/freeorion/Makefile b/games/freeorion/Makefile index cc736588814b..b852ca214f48 100644 --- a/games/freeorion/Makefile +++ b/games/freeorion/Makefile @@ -12,6 +12,9 @@ COMMENT= Turn-based space empire and galactic conquest game LICENSE= GPLv2 CC-BY-SA-3.0 LICENSE_COMB= multi +DEPRECATED= Uses deprecated version of python +EXPIRATION_DATE= 2020-08-15 + LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ ${PY_BOOST} |