diff options
author | antoine <antoine@FreeBSD.org> | 2016-12-12 01:40:02 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2016-12-12 01:40:02 +0800 |
commit | 5a191198740897047ef81ba67a9d129c3e15c690 (patch) | |
tree | 0a32507cf68246f068ff847f12de6bd13d3c7d0f /games/emptyepsilon | |
parent | b327c15d711bfec88f473177ac6f978f8909e15a (diff) | |
download | freebsd-ports-gnome-5a191198740897047ef81ba67a9d129c3e15c690.tar.gz freebsd-ports-gnome-5a191198740897047ef81ba67a9d129c3e15c690.tar.zst freebsd-ports-gnome-5a191198740897047ef81ba67a9d129c3e15c690.zip |
Those ports build fine with bsd make
Diffstat (limited to 'games/emptyepsilon')
-rw-r--r-- | games/emptyepsilon/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/emptyepsilon/Makefile b/games/emptyepsilon/Makefile index 53ec9bf62638..27af92ba90e3 100644 --- a/games/emptyepsilon/Makefile +++ b/games/emptyepsilon/Makefile @@ -18,7 +18,7 @@ USE_GITHUB= yes GH_TUPLE= daid:EmptyEpsilon:${DISTVERSIONFULL} GH_TUPLE+= daid:SeriousProton:${DISTVERSIONFULL}:sproton -USES= cmake compiler:c++11-lib gmake +USES= cmake compiler:c++11-lib USE_GL= gl glu CMAKE_ARGS= -DSERIOUS_PROTON_DIR="${WRKSRC_sproton}/" |