Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 May 2018 19:29:58 +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: r470946 - head/games/vegastrike
Message-ID:  <201805261929.w4QJTwba067199@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat May 26 19:29:58 2018
New Revision: 470946
URL: https://svnweb.freebsd.org/changeset/ports/470946

Log:
  vegastrike is not compatible with python3

Modified:
  head/games/vegastrike/Makefile

Modified: head/games/vegastrike/Makefile
==============================================================================
--- head/games/vegastrike/Makefile	Sat May 26 19:04:04 2018	(r470945)
+++ head/games/vegastrike/Makefile	Sat May 26 19:29:58 2018	(r470946)
@@ -20,7 +20,7 @@ LIB_DEPENDS=	${PY_BOOST} \
 		libvorbis.so:audio/libvorbis \
 		libogg.so:audio/libogg
 
-USES=		dos2unix gmake localbase:ldflags openal:al pkgconfig python \
+USES=		dos2unix gmake localbase:ldflags openal:al pkgconfig python:2.7 \
 		tar:bzip2
 GNU_CONFIGURE=	yes
 USE_SDL=	sdl



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805261929.w4QJTwba067199>