diff options
author | krion <krion@FreeBSD.org> | 2004-01-20 21:18:12 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-01-20 21:18:12 +0000 |
commit | 74230dc0c1f009235a9f905409f0aec6b98ba2e0 (patch) | |
tree | 9a51e97aae432fcea74885163c34d9b2ea320182 /games/frozenbubble | |
parent | 1cf84a7629db2f277899160ca95c291a219291a4 (diff) | |
download | FreeBSD-ports-74230dc0c1f009235a9f905409f0aec6b98ba2e0.zip FreeBSD-ports-74230dc0c1f009235a9f905409f0aec6b98ba2e0.tar.gz |
- Use new knobs from bsd.sdl.mk
Approved by: portmgr
Diffstat (limited to 'games/frozenbubble')
-rw-r--r-- | games/frozenbubble/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/games/frozenbubble/Makefile b/games/frozenbubble/Makefile index 21d1a7c..d2716f9 100644 --- a/games/frozenbubble/Makefile +++ b/games/frozenbubble/Makefile @@ -19,17 +19,12 @@ COMMENT= Throw colourful bubbles to build groups and destroy the groups BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/SDL_perl.pm:${PORTSDIR}/devel/p5-SDL RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/SDL_perl.pm:${PORTSDIR}/devel/p5-SDL -LIB_DEPENDS= SDL-1.1.5:${PORTSDIR}/devel/sdl12 \ - SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer \ - SDL_image.10:${PORTSDIR}/graphics/sdl_image - -SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config +USE_SDL= mixer image sdl USE_GMAKE= yes USE_REINPLACE= yes USE_BZIP2= yes -MAKE_ENV= SDL_CONFIG="${SDL_CONFIG}" \ - MKDIR="${MKDIR}" \ +MAKE_ENV= MKDIR="${MKDIR}" \ TAR="${TAR}" WRKSRC= ${WRKDIR}/${DISTNAME}/c_stuff/ |