diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/teeworlds/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/teeworlds/Makefile b/games/teeworlds/Makefile index 2643a3028e36..9360b66e36e7 100644 --- a/games/teeworlds/Makefile +++ b/games/teeworlds/Makefile @@ -17,7 +17,9 @@ LICENSE= ZLIB LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 -USES= python:2,build +CPE_VERSION= ${PORTVERSION:C/^0\.//} + +USES= cpe python:2,build BAM_VERSION= 0.4.0 BAM_WRKSRC= ${WRKDIR}/bam-${BAM_VERSION} BAM_TARGET= release |