diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-10 14:49:26 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-10 14:49:26 +0000 |
commit | 665bec206dcb6c4d1e6d2763147022da72013147 (patch) | |
tree | c9bc7d175d1787d3182be06d12c45d1a2fe32a2b /games/simutrans | |
parent | dd0f478654597e17086b295a97e2e7e1caa0b36c (diff) |
Notes
Diffstat (limited to 'games/simutrans')
-rw-r--r-- | games/simutrans/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/simutrans/Makefile b/games/simutrans/Makefile index ddf2ddb24438..884fa5c1efbf 100644 --- a/games/simutrans/Makefile +++ b/games/simutrans/Makefile @@ -33,9 +33,8 @@ MAKE_ARGS= BACKEND=mixer_sdl \ FLAGS="-DUSE_C -DREVISION=${SIMUTRANS_REVISION}" \ VERBOSE=1 NO_WRKSUBDIR= yes -USES= gmake +USES= gmake zip USE_SDL= sdl mixer -USE_ZIP= yes DESKTOP_ENTRIES=Simutrans "" "" simutrans "Game;Simulation;" "false" PLIST_FILES= bin/simutrans bin/simutrans-bin |