diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2019-09-10 19:37:16 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2019-09-10 19:37:16 +0000 |
commit | b1242228d18a5315e074ae238a99430a813d665f (patch) | |
tree | 6de553782120d8ec94a1022f19d2d5f1c6212d85 /games | |
parent | b349998decc672d25126fb5971314d700e7f374a (diff) |
Create USE_LINUX sdlttf keyword and use it in games/linux-dwarffortress.
Notes
Notes:
svn path=/head/; revision=511773
Diffstat (limited to 'games')
-rw-r--r-- | games/linux-dwarffortress/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/games/linux-dwarffortress/Makefile b/games/linux-dwarffortress/Makefile index a18158c6a888..ba5096ddc204 100644 --- a/games/linux-dwarffortress/Makefile +++ b/games/linux-dwarffortress/Makefile @@ -28,10 +28,8 @@ LICENSE_TEXT= Copyright (c) 2002-2016. All rights are retained by Tarn Adams, \ contact Tarn Adams at toadyone@bay12games.com. LICENSE_PERMS= dist-mirror pkg-mirror auto-accept -RUN_DEPENDS= linux-${linux_ARGS}-sdl_ttf>0:graphics/linux-${linux_ARGS}-sdl_ttf - USES= linux tar:bzip2 -USE_LINUX= dri gtk2 libsndfile openal-soft sdlimage xorglibs +USE_LINUX= dri gtk2 libsndfile openal-soft sdlimage sdlttf xorglibs SUB_FILES= dwarffortress NO_BUILD= yes |