Date: Wed, 13 Mar 2019 17:08:17 +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: r495621 - head/games/colobot Message-ID: <201903131708.x2DH8H5F028349@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Wed Mar 13 17:08:17 2019 New Revision: 495621 URL: https://svnweb.freebsd.org/changeset/ports/495621 Log: games/colobot depends on python2.7 PR: 234633 Modified: head/games/colobot/Makefile Modified: head/games/colobot/Makefile ============================================================================== --- head/games/colobot/Makefile Wed Mar 13 17:08:06 2019 (r495620) +++ head/games/colobot/Makefile Wed Mar 13 17:08:17 2019 (r495621) @@ -23,7 +23,7 @@ LIB_DEPENDS= libpng.so:graphics/png \ libboost_system.so:devel/boost-libs USES= cmake gl gettext-runtime gettext-tools:build \ - localbase:ldflags openal sdl + localbase:ldflags openal python:2.7 sdl USE_SDL= image2 ttf2 USE_GL= gl glew glu USE_LDCONFIG= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903131708.x2DH8H5F028349>