mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
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>
This commit is contained in:
parent
a898b07a84
commit
0d8cf63ff3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=79212
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user