diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2008-04-02 16:05:32 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2008-04-02 16:05:32 +0000 |
commit | ffdbe84ea15c9037c02a716e333018eba8125d83 (patch) | |
tree | 224f20f8a43b2b2aba067f8f7009a6f4c9c0a615 /games/ufoai/Makefile | |
parent | - Update to 2.2 (diff) |
- Add missing sdl_mixer dependency
Notes
Notes:
svn path=/head/; revision=210391
Diffstat (limited to '')
-rw-r--r-- | games/ufoai/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/ufoai/Makefile b/games/ufoai/Makefile index e36a346dfcdc..bf359ae12482 100644 --- a/games/ufoai/Makefile +++ b/games/ufoai/Makefile @@ -25,7 +25,7 @@ RUN_DEPENDS= ${LOCALBASE}/share/${PORTNAME}/default.cfg:${PORTSDIR}/games/ufoai- USE_BZIP2= yes USE_GCC= 3.4+ USE_GL= yes -USE_SDL= sdl ttf +USE_SDL= sdl mixer ttf USE_GETTEXT= yes USE_GMAKE= yes GNU_CONFIGURE= yes |