diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2004-01-20 11:28:18 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2004-01-20 11:28:18 +0000 |
commit | a50b79ffe4ad53b98f12fb0459367b788c6c0da9 (patch) | |
tree | b7c1dacb4f39a206f739908f6b8316fd3f592248 /games/circuslinux | |
parent | f93a811dcf3422b83bf82051439815e2aced4e6f (diff) | |
download | ports-a50b79ffe4ad53b98f12fb0459367b788c6c0da9.tar.gz ports-a50b79ffe4ad53b98f12fb0459367b788c6c0da9.zip |
Notes
Diffstat (limited to 'games/circuslinux')
-rw-r--r-- | games/circuslinux/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/games/circuslinux/Makefile b/games/circuslinux/Makefile index 8a2e9cb83aa8..f5ab50418b97 100644 --- a/games/circuslinux/Makefile +++ b/games/circuslinux/Makefile @@ -13,15 +13,9 @@ MASTER_SITES= http://www.nbswebfx.com/downloads/ MAINTAINER= edwin@mavetju.org COMMENT= "Circus Linux!" is a clone of the Atari 2600 game "Circus Atari" -BUILD_DEPENDS= sdl11-config:${PORTSDIR}/devel/sdl12 -LIB_DEPENDS= SDL-1.1.5:${PORTSDIR}/devel/sdl12 \ - SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer \ - SDL_image.10:${PORTSDIR}/graphics/sdl_image - +USE_SDL= image mixer sdl GNU_CONFIGURE= yes USE_XLIB= yes -SDL_CONFIG= ${LOCALBASE}/bin/sdl11-config CONFIGURE_ARGS= --target="" -CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" .include <bsd.port.mk> |