aboutsummaryrefslogtreecommitdiff
path: root/games/emptyepsilon/Makefile
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2018-02-10 23:49:18 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2018-02-10 23:49:18 +0000
commitf02015f667b5dd5798a5aa262e3abb99dda11b15 (patch)
tree7b1cf271347b9a0b35640ba8e0a9f4f49e3a354b /games/emptyepsilon/Makefile
parent1132ca54992bc607573ac5483e8d3b8e394871ad (diff)
games/emptyepsilon: Update to 2018.01.05
Changelog: https://github.com/daid/EmptyEpsilon/blob/master/CHANGELOG.md Additional port changes: * cmake:outsource instead of cmake * Moved USExx statements to one section Reported by: portscout Approved by: tcberner (mentor, implicit)
Notes
Notes: svn path=/head/; revision=461452
Diffstat (limited to 'games/emptyepsilon/Makefile')
-rw-r--r--games/emptyepsilon/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/games/emptyepsilon/Makefile b/games/emptyepsilon/Makefile
index d63037532b39..ef8edce5de8d 100644
--- a/games/emptyepsilon/Makefile
+++ b/games/emptyepsilon/Makefile
@@ -3,7 +3,7 @@
PORTNAME= emptyepsilon
DISTVERSIONPREFIX= EE-
-DISTVERSION= 2017.11.03
+DISTVERSION= 2018.01.05
CATEGORIES= games
MAINTAINER= yuri@FreeBSD.org
@@ -16,11 +16,10 @@ BROKEN_powerpc64= fails to compile: scienceDatabase.cpp: call of overloaded 'abs
LIB_DEPENDS= libsfml-system.so:devel/sfml
+USES= cmake:outsource compiler:c++11-lib
USE_GITHUB= yes
GH_ACCOUNT= daid
GH_PROJECT= EmptyEpsilon SeriousProton:sproton
-
-USES= cmake compiler:c++11-lib
USE_GL= gl glu
CMAKE_ARGS= -DSERIOUS_PROTON_DIR="${WRKSRC_sproton}/"