diff options
Diffstat (limited to 'games/dustrac/Makefile')
-rw-r--r-- | games/dustrac/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/dustrac/Makefile b/games/dustrac/Makefile index 1a2176a8fd54..4b83b824f357 100644 --- a/games/dustrac/Makefile +++ b/games/dustrac/Makefile @@ -21,7 +21,7 @@ GH_TAGNAME= ae380b8 # includes crash fix USES= compiler:c++11-lib cmake gl openal pkgconfig qt:5 USE_GL= gl glu USE_QT= core gui opengl xml widgets testlib sql \ - buildtools_build linguisttools_build qmake_build + buildtools:build linguisttools:build qmake:build CMAKE_ARGS= -DReleaseBuild=on \ -DSystemFonts=on \ -DDATA_PATH=${DATADIR} \ |