diff options
author | Simon Barner <barner@FreeBSD.org> | 2006-02-09 10:10:26 +0000 |
---|---|---|
committer | Simon Barner <barner@FreeBSD.org> | 2006-02-09 10:10:26 +0000 |
commit | 4a640cf77cc0e396c22ed37ee73be6cd627642d4 (patch) | |
tree | 84cb4b8c5244462bf62394863f1a8bc4ff939658 /games | |
parent | ab5f3d74a63bb453141d5e9e5953a2bdcc97459a (diff) | |
download | ports-4a640cf77cc0e396c22ed37ee73be6cd627642d4.tar.gz ports-4a640cf77cc0e396c22ed37ee73be6cd627642d4.zip |
- Add dependency to sdl_mixer
Reported by: pointyhat via kris
Notes
Notes:
svn path=/head/; revision=155573
Diffstat (limited to 'games')
-rw-r--r-- | games/biloba/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/biloba/Makefile b/games/biloba/Makefile index 6dc886fc6988..92876f2f44dc 100644 --- a/games/biloba/Makefile +++ b/games/biloba/Makefile @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= amdmi3@mail.ru COMMENT= A strategy board game for 2 to 4 players -USE_SDL= image sdl +USE_SDL= image mixer sdl USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |