svn commit: r456767 - head/games/teeworlds

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Dec 19 20:21:51 UTC 2017


Author: amdmi3
Date: Tue Dec 19 20:21:49 2017
New Revision: 456767
URL: https://svnweb.freebsd.org/changeset/ports/456767

Log:
  - Remove python version restriction

Modified:
  head/games/teeworlds/Makefile

Modified: head/games/teeworlds/Makefile
==============================================================================
--- head/games/teeworlds/Makefile	Tue Dec 19 20:18:23 2017	(r456766)
+++ head/games/teeworlds/Makefile	Tue Dec 19 20:21:49 2017	(r456767)
@@ -19,7 +19,7 @@ LIB_DEPENDS=	libfreetype.so:print/freetype2
 
 CPE_VERSION=	${PORTVERSION:C/^0\.//}
 
-USES=		cpe python:2,build
+USES=		cpe python:build
 BAM_VERSION=	0.4.0
 BAM_WRKSRC=	${WRKDIR}/bam-${BAM_VERSION}
 BAM_TARGET=	release


More information about the svn-ports-head mailing list