aboutsummaryrefslogtreecommitdiff
path: root/graphics/xmms-nebulus
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2004-03-07 23:39:10 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2004-03-07 23:39:10 +0000
commit84c834ee8fcd257e31c450ea1ffd53f11140b612 (patch)
treee05aea6a24754785f4c4a219cafed0ee7e204f35 /graphics/xmms-nebulus
parent41471d5d49dcea909447976a18d5e6c34434b840 (diff)
downloadports-84c834ee8fcd257e31c450ea1ffd53f11140b612.tar.gz
ports-84c834ee8fcd257e31c450ea1ffd53f11140b612.zip
Notes
Diffstat (limited to 'graphics/xmms-nebulus')
-rw-r--r--graphics/xmms-nebulus/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/graphics/xmms-nebulus/Makefile b/graphics/xmms-nebulus/Makefile
index 5da6f20ae89b..a18c49c3a867 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|; \