diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2004-03-07 23:39:10 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2004-03-07 23:39:10 +0000 |
commit | 84c834ee8fcd257e31c450ea1ffd53f11140b612 (patch) | |
tree | e05aea6a24754785f4c4a219cafed0ee7e204f35 /misc/explosions | |
parent | 41471d5d49dcea909447976a18d5e6c34434b840 (diff) | |
download | ports-84c834ee8fcd257e31c450ea1ffd53f11140b612.tar.gz ports-84c834ee8fcd257e31c450ea1ffd53f11140b612.zip |
Notes
Diffstat (limited to 'misc/explosions')
-rw-r--r-- | misc/explosions/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/misc/explosions/Makefile b/misc/explosions/Makefile index f9e1d0136219..e48d86576d4f 100644 --- a/misc/explosions/Makefile +++ b/misc/explosions/Makefile @@ -15,15 +15,11 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/^0.//} MAINTAINER= petef@FreeBSD.org COMMENT= 3D objects flying around resembling explosions with various effects -LIB_DEPENDS= SDL-1.1.5:${PORTSDIR}/devel/sdl12 \ - SDL_image.10:${PORTSDIR}/graphics/sdl_image - +USE_SDL= sdl image USE_GMAKE= yes USE_PERL5_BUILD=yes USE_X_PREFIX= yes -SDL_CONFIG= ${LOCALBASE}/bin/sdl11-config - post-patch: @${PERL} -pi -e 's!CFLAGS=-Wall -O2!CFLAGS+=-Wall!; \ s!sdl-config!${SDL_CONFIG}!' \ |