diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-04-18 06:50:22 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-04-18 06:50:22 +0000 |
commit | 0d8cf63ff39076b1bface2e3067bbd74142c5b49 (patch) | |
tree | 6fc04bf5fde1b36c647c06e0e32693dc0558c17f | |
parent | [MAINTENER UPDATE] audio/gnupod to 0.28 (diff) |
games/pinball: chasing Allegro's upgrade.
If defined WITH_ALLEGRO, pinball tries to use allegro.4,
but Allegro has been upgraded to 4.1. Thanks to Aleksander Fafula
for his report.
Remark: Emilia Pinball has been upgraded to 0.13, and then to 0.2.0,
but these versions are broken with allegro. Seen with the author, and
I shall submit an upgraded PR as soon as the fix will be released.
PR: ports/51107
Submitted by: Thierry Thomas <thierry@pompo.net>
Notes
Notes:
svn path=/head/; revision=79212
-rw-r--r-- | games/pinball/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/pinball/Makefile b/games/pinball/Makefile index 16f1e780f2cf..b42201772d40 100644 --- a/games/pinball/Makefile +++ b/games/pinball/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= SDL_image.10:${PORTSDIR}/graphics/sdl_image \ SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer .else BUILD_DEPENDS= ${ALLEGRO_CONFIG}:${PORTSDIR}/devel/allegro -LIB_DEPENDS= alleg.4:${PORTSDIR}/devel/allegro +LIB_DEPENDS= alleg.41:${PORTSDIR}/devel/allegro .endif USE_X_PREFIX= yes |