diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2017-12-20 04:21:49 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2018-02-04 06:11:20 +0800 |
commit | e9aa6baa907d19356d1afcfa8352981e8e38a94e (patch) | |
tree | 15bd6e5aed825d36c5d65be1b5bed40b7e4f3384 /games | |
parent | 6fb887181d8c72e603bee56b0e704a9bdd4946e9 (diff) | |
download | freebsd-ports-gnome-e9aa6baa907d19356d1afcfa8352981e8e38a94e.tar.gz freebsd-ports-gnome-e9aa6baa907d19356d1afcfa8352981e8e38a94e.tar.zst freebsd-ports-gnome-e9aa6baa907d19356d1afcfa8352981e8e38a94e.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 |