diff options
author | edwin <edwin@FreeBSD.org> | 2004-03-08 07:39:10 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2004-03-08 07:39:10 +0800 |
commit | f9b5f3c241e8b12d6915d507e3d7101259e2001c (patch) | |
tree | 5125ce1a3e9ae1cbee4ae99adb4a13195aae23d4 /misc/explosions | |
parent | 0deb4a26d0e602a52522cf25e78087d6d2428699 (diff) | |
download | freebsd-ports-gnome-f9b5f3c241e8b12d6915d507e3d7101259e2001c.tar.gz freebsd-ports-gnome-f9b5f3c241e8b12d6915d507e3d7101259e2001c.tar.zst freebsd-ports-gnome-f9b5f3c241e8b12d6915d507e3d7101259e2001c.zip |
Let ports use the USE_SDL macro
PR: ports/61807
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Approved by: maintainer timeout
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}!' \ |