diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-20 17:37:47 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-20 17:37:47 +0000 |
commit | f554f89c4fadcd02445fcc0ef7555a0f110ac2f9 (patch) | |
tree | 0392481f5b74a8752e5aa2d7eae219957562cc98 /games/briquolo | |
parent | 7eb536ae4089eb791cff87c57f4d7fde10e7d791 (diff) | |
download | ports-f554f89c4fadcd02445fcc0ef7555a0f110ac2f9.tar.gz ports-f554f89c4fadcd02445fcc0ef7555a0f110ac2f9.zip |
Notes
Diffstat (limited to 'games/briquolo')
-rw-r--r-- | games/briquolo/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/briquolo/Makefile b/games/briquolo/Makefile index 029bb2a6d0a3..00d367814bde 100644 --- a/games/briquolo/Makefile +++ b/games/briquolo/Makefile @@ -13,8 +13,7 @@ MASTER_SITES= http://briquolo.free.fr/download/ MAINTAINER= krion@FreeBSD.org COMMENT= Breakout clone with an OpenGL 3D representation -LIB_DEPENDS= SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer \ - GUI.0:${PORTSDIR}/graphics/guilib \ +LIB_DEPENDS= GUI.0:${PORTSDIR}/graphics/guilib \ png.5:${PORTSDIR}/graphics/png USE_BZIP2= yes @@ -24,7 +23,7 @@ GNU_CONFIGURE= yes CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" -USE_SDL= yes +USE_SDL= mixer sdl post-patch: @${FIND} ${WRKSRC} -name "*.cpp" | ${XARGS} \ |