diff options
author | John Marino <marino@FreeBSD.org> | 2015-07-03 10:46:51 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2015-07-03 10:46:51 +0000 |
commit | 74d3bc86be6bdb3b7c6523338a093979fc1c4873 (patch) | |
tree | ed8e5e191bf6176774e47c05283805858a27fc27 /games/flightgear | |
parent | ab37b19f25816b645070a375f43f046be36b6dfc (diff) |
Notes
Diffstat (limited to 'games/flightgear')
-rw-r--r-- | games/flightgear/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/flightgear/Makefile b/games/flightgear/Makefile index 988539b37e5b..a6a2e861dd2d 100644 --- a/games/flightgear/Makefile +++ b/games/flightgear/Makefile @@ -33,7 +33,7 @@ USE_GL= gl glu glut USE_SQLITE= 3 USE_QT5= core buildtools qmake widgets -USES= cpe dos2unix cmake compiler jpeg openal:al,alut tar:bzip2 +USES= alias cpe dos2unix cmake compiler jpeg openal:al,alut tar:bzip2 DOS2UNIX_REGEX= .*\.(c|h|cxx|cpp|hxx|hpp) CMAKE_ARGS+= -DENABLE_JS_SERVER:BOOL=ON \ -DSYSTEM_SQLITE:BOOL=ON \ |