diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-20 21:18:12 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-20 21:18:12 +0000 |
commit | ffc486df06c7eda230c428c1f8761c13ee97e83c (patch) | |
tree | a75059efcc4ba44d07e36710805846aa16080e57 /games/pinball/Makefile | |
parent | f5fe85b2db7e0d33ec4a688a8143d1163eea63bb (diff) | |
download | ports-ffc486df06c7eda230c428c1f8761c13ee97e83c.tar.gz ports-ffc486df06c7eda230c428c1f8761c13ee97e83c.zip |
Notes
Diffstat (limited to 'games/pinball/Makefile')
-rw-r--r-- | games/pinball/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/games/pinball/Makefile b/games/pinball/Makefile index 5d4c99e15217..5508934556bc 100644 --- a/games/pinball/Makefile +++ b/games/pinball/Makefile @@ -16,14 +16,13 @@ COMMENT= Emilia Pinball is a free pinball game .if !defined(WITH_ALLEGRO) BUILD_DEPENDS= ${SDL_CONFIG}:${PORTSDIR}/devel/sdl12 -LIB_DEPENDS= SDL_image.10:${PORTSDIR}/graphics/sdl_image \ - SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer .else BROKEN= "support with Allegro is (temporarily) broken as of version 0.31" BUILD_DEPENDS= ${ALLEGRO_CONFIG}:${PORTSDIR}/devel/allegro LIB_DEPENDS= alleg.41:${PORTSDIR}/devel/allegro .endif +USE_SDL= image mixer sdl USE_X_PREFIX= yes USE_GMAKE= yes USE_MESA= yes @@ -37,9 +36,7 @@ CONFIGURE_ARGS+= --with-allegro EXTRA_LIBS= -lGL -lGLU .endif CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include -I${X11BASE}/include -DRZR_LIBSTATIC" \ - LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib -L${X11BASE}/lib ${EXTRA_LIBS}" \ - SDL_CONFIG="${SDL_CONFIG}" -SDL_CONFIG= ${LOCALBASE}/bin/sdl11-config + LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib -L${X11BASE}/lib ${EXTRA_LIBS}" ALLEGRO_CONFIG= ${LOCALBASE}/bin/allegro-config DOCS= README |