diff options
author | pav <pav@FreeBSD.org> | 2005-11-13 23:17:00 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-11-13 23:17:00 +0800 |
commit | 992093174c162a39df32f63b58b2bc26b90601c1 (patch) | |
tree | 4b0451b6fc0f874709c4f07f5317316df2835067 /games/pinball | |
parent | cc6e85ec6b6bcc3e4141d26ffba61373d711d2a1 (diff) | |
download | freebsd-ports-gnome-992093174c162a39df32f63b58b2bc26b90601c1.tar.gz freebsd-ports-gnome-992093174c162a39df32f63b58b2bc26b90601c1.tar.zst freebsd-ports-gnome-992093174c162a39df32f63b58b2bc26b90601c1.zip |
- Chase allegro update
Diffstat (limited to 'games/pinball')
-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 01e4383f852c..bedc2f9503d6 100644 --- a/games/pinball/Makefile +++ b/games/pinball/Makefile @@ -20,7 +20,7 @@ BUILD_DEPENDS= ${SDL_CONFIG}:${PORTSDIR}/devel/sdl12 .else BROKEN= "support with Allegro is (temporarily) broken as of version 0.3.1" BUILD_DEPENDS= ${ALLEGRO_CONFIG}:${PORTSDIR}/devel/allegro -LIB_DEPENDS= alleg.41:${PORTSDIR}/devel/allegro +LIB_DEPENDS= alleg.42:${PORTSDIR}/devel/allegro .endif USE_SDL= image mixer sdl |