Date: Sun, 6 Jan 2019 12:06:39 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r489466 - head/games/0ad Message-ID: <201901061206.x06C6dBZ090475@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sun Jan 6 12:06:39 2019 New Revision: 489466 URL: https://svnweb.freebsd.org/changeset/ports/489466 Log: games/0ad build is not compatible with python3 PR: 234633 Modified: head/games/0ad/Makefile Modified: head/games/0ad/Makefile ============================================================================== --- head/games/0ad/Makefile Sun Jan 6 12:01:08 2019 (r489465) +++ head/games/0ad/Makefile Sun Jan 6 12:06:39 2019 (r489466) @@ -27,7 +27,7 @@ LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ libsodium.so:security/libsodium USES= compiler:c++11-lib desktop-file-utils dos2unix gmake iconv jpeg openal:al \ - pkgconfig python:build tar:xz + pkgconfig python:2.7,build tar:xz USE_GNOME= libxml2 gtk20 USE_GL= gl USE_SDL= sdl2
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901061206.x06C6dBZ090475>