diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-05-29 14:35:01 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-05-29 14:35:01 +0000 |
commit | 5bf81ff7896ad4fc0c92d3896360b8aec238adc9 (patch) | |
tree | 9820a52f001eb8bb4cc52930dd66d3a150497cf4 /games/tileworld | |
parent | 488b4b165f0440aadc432e6a2d68fe7b690bf982 (diff) | |
download | ports-5bf81ff7896ad4fc0c92d3896360b8aec238adc9.tar.gz ports-5bf81ff7896ad4fc0c92d3896360b8aec238adc9.zip |
Notes
Diffstat (limited to 'games/tileworld')
-rw-r--r-- | games/tileworld/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/tileworld/Makefile b/games/tileworld/Makefile index 8a4bcec11641..34e10860f861 100644 --- a/games/tileworld/Makefile +++ b/games/tileworld/Makefile @@ -13,7 +13,7 @@ COMMENT= An emulation of the game "Chip's Challenge" USE_SDL= sdl GNU_CONFIGURE= YES -USE_GMAKE= YES +USES= gmake ALL_TARGET= tworld DATADIR= share/tworld |