diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2017-12-20 04:21:49 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2017-12-20 04:21:49 +0800 |
commit | 51ef1c132ebfb4bec0c732fc706fffe679af10e3 (patch) | |
tree | 6999e2285c146b340428b7049a97d2e08f58fdab /games | |
parent | b0e07620c9e64324108d55ab7c32eac546c6d285 (diff) | |
download | freebsd-ports-gnome-51ef1c132ebfb4bec0c732fc706fffe679af10e3.tar.gz freebsd-ports-gnome-51ef1c132ebfb4bec0c732fc706fffe679af10e3.tar.zst freebsd-ports-gnome-51ef1c132ebfb4bec0c732fc706fffe679af10e3.zip |
- Remove python version restriction
Diffstat (limited to 'games')
-rw-r--r-- | games/teeworlds/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/teeworlds/Makefile b/games/teeworlds/Makefile index 79e80710c7e7..96fe92b63ac6 100644 --- a/games/teeworlds/Makefile +++ b/games/teeworlds/Makefile @@ -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 |