diff options
author | edwin <edwin@FreeBSD.org> | 2004-03-07 23:39:10 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2004-03-07 23:39:10 +0000 |
commit | f9b5f3c241e8b12d6915d507e3d7101259e2001c (patch) | |
tree | 5125ce1a3e9ae1cbee4ae99adb4a13195aae23d4 /graphics/xmms-nebulus | |
parent | 0deb4a26d0e602a52522cf25e78087d6d2428699 (diff) | |
download | FreeBSD-ports-f9b5f3c241e8b12d6915d507e3d7101259e2001c.zip FreeBSD-ports-f9b5f3c241e8b12d6915d507e3d7101259e2001c.tar.gz |
Let ports use the USE_SDL macro
PR: ports/61807
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Approved by: maintainer timeout
Diffstat (limited to 'graphics/xmms-nebulus')
-rw-r--r-- | graphics/xmms-nebulus/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/graphics/xmms-nebulus/Makefile b/graphics/xmms-nebulus/Makefile index 5da6f20..a18c49c3 100644 --- a/graphics/xmms-nebulus/Makefile +++ b/graphics/xmms-nebulus/Makefile @@ -15,10 +15,10 @@ MAINTAINER= dyeske@yahoo.com COMMENT= A XMMS visualization plugin that uses SDL and OpenGL BUILD_DEPENDS= xmms-config:${PORTSDIR}/multimedia/xmms -LIB_DEPENDS= SDL-1.1.5:${PORTSDIR}/devel/sdl12 RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms PLIST_FILES= lib/xmms/Visualization/libnebulus.so +USE_SDL= sdl USE_X_PREFIX= yes USE_MESA= yes USE_GNOME= gtk12 @@ -28,10 +28,6 @@ USE_REINPLACE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${X11BASE}/include -I${LOCALBASE}/include" -SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config -CONFIGURE_ENV+= SDL_CONFIG=${SDL_CONFIG} -MAKE_ENV+= SDL_CONFIG=${SDL_CONFIG} - post-patch: @${REINPLACE_CMD} -E -e \ 's|SDL/SDL.h|SDL11/SDL.h|; \ |