Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Dec 2017 20:21:49 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r456767 - head/games/teeworlds
Message-ID:  <201712192021.vBJKLntF099603@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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