Date: Sat, 5 Jan 2019 18:46:31 +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: r489363 - head/games/oolite Message-ID: <201901051846.x05IkVR8038314@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sat Jan 5 18:46:31 2019 New Revision: 489363 URL: https://svnweb.freebsd.org/changeset/ports/489363 Log: games/oolite build is not compatible with python3 PR: 234633 Modified: head/games/oolite/Makefile Modified: head/games/oolite/Makefile ============================================================================== --- head/games/oolite/Makefile Sat Jan 5 18:39:46 2019 (r489362) +++ head/games/oolite/Makefile Sat Jan 5 18:46:31 2019 (r489363) @@ -23,7 +23,7 @@ LIB_DEPENDS= libespeak.so:audio/espeak \ libpng.so:graphics/png \ libminizip.so:archivers/minizip -USES= gl gnustep openal:al perl5 python:build tar:bzip2 +USES= gl gnustep openal:al perl5 python:2.7,build tar:bzip2 USE_CXXSTD= gnu++98 USE_GL= gl glu USE_SDL= sdl
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901051846.x05IkVR8038314>