diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-09-29 22:38:00 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-09-29 22:38:00 +0800 |
commit | 43312e5186f471cead1aa78933147f63accb52a9 (patch) | |
tree | bef72d33577ffedc36b053df10f0c467b808d6b4 /games/teeworlds | |
parent | 2a2919e3e29d8d82beafa2cc7c519f8a99b23145 (diff) | |
download | freebsd-ports-gnome-43312e5186f471cead1aa78933147f63accb52a9.tar.gz freebsd-ports-gnome-43312e5186f471cead1aa78933147f63accb52a9.tar.zst freebsd-ports-gnome-43312e5186f471cead1aa78933147f63accb52a9.zip |
- Convert to USES=python
Diffstat (limited to 'games/teeworlds')
-rw-r--r-- | games/teeworlds/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/teeworlds/Makefile b/games/teeworlds/Makefile index b40240a9da3e..4042d1066ac9 100644 --- a/games/teeworlds/Makefile +++ b/games/teeworlds/Makefile @@ -17,8 +17,7 @@ LICENSE= ZLIB LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 -USE_PYTHON_BUILD= 2 - +USES= python:2,build BAM_VERSION= 0.4.0 BAM_WRKSRC= ${WRKDIR}/bam-${BAM_VERSION} BAM_TARGET= release |