diff options
author | barner <barner@FreeBSD.org> | 2006-02-09 18:10:26 +0800 |
---|---|---|
committer | barner <barner@FreeBSD.org> | 2006-02-09 18:10:26 +0800 |
commit | d874002df1fe4de358510b3f18ac32374fd31d14 (patch) | |
tree | b47cc146151b7a6227b2626b022be76593f631fa /games | |
parent | 668e973af2d356c303c3eca5d30d28aaea36bae3 (diff) | |
download | freebsd-ports-gnome-d874002df1fe4de358510b3f18ac32374fd31d14.tar.gz freebsd-ports-gnome-d874002df1fe4de358510b3f18ac32374fd31d14.tar.zst freebsd-ports-gnome-d874002df1fe4de358510b3f18ac32374fd31d14.zip |
- Add dependency to sdl_mixer
Reported by: pointyhat via kris
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} |