svn commit: r495621 - head/games/colobot

Antoine Brodin antoine at FreeBSD.org
Wed Mar 13 17:08:20 UTC 2019


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


More information about the svn-ports-all mailing list