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 | |
parent | 5ad8f8e2ac550ec5def77af488374c54478e522e (diff) | |
download | ports-ffdbe84ea15c9037c02a716e333018eba8125d83.tar.gz ports-ffdbe84ea15c9037c02a716e333018eba8125d83.zip |
Notes
Diffstat (limited to 'games')
-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 |