diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-04-04 08:11:32 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-04-04 08:11:32 +0800 |
commit | 1d7c46790523c5078e8294209502466bb8475c74 (patch) | |
tree | 73b3a8038e7c991d7eaed123e8cd3bc51f2c2a99 /games | |
parent | ab00e65915ef7f69f5ab97fbebe6715d8aec5a04 (diff) | |
download | freebsd-ports-gnome-1d7c46790523c5078e8294209502466bb8475c74.tar.gz freebsd-ports-gnome-1d7c46790523c5078e8294209502466bb8475c74.tar.zst freebsd-ports-gnome-1d7c46790523c5078e8294209502466bb8475c74.zip |
- Add CPE info
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 |