diff options
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|; \ |