svn commit: r470946 - head/games/vegastrike

Antoine Brodin antoine at FreeBSD.org
Sat May 26 19:29:59 UTC 2018


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


More information about the svn-ports-all mailing list