Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Apr 2015 00:11:33 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r383183 - head/games/teeworlds
Message-ID:  <201504040011.t340BXI5076871@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Sat Apr  4 00:11:32 2015
New Revision: 383183
URL: https://svnweb.freebsd.org/changeset/ports/383183

Log:
  - Add CPE info

Modified:
  head/games/teeworlds/Makefile

Modified: head/games/teeworlds/Makefile
==============================================================================
--- head/games/teeworlds/Makefile	Fri Apr  3 23:50:15 2015	(r383182)
+++ head/games/teeworlds/Makefile	Sat Apr  4 00:11:32 2015	(r383183)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504040011.t340BXI5076871>