aboutsummaryrefslogtreecommitdiff
path: root/multimedia/xtheater
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2004-01-23 21:59:42 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2004-01-23 21:59:42 +0000
commit65c0626261a052eec9a6e921538a5d64d6feefb5 (patch)
tree69bd54041265b1190ddbdc6d1d22c12871acf61d /multimedia/xtheater
parentcd45853ad0eeea6ed10f31d3be46f9984fa0b66d (diff)
downloadports-65c0626261a052eec9a6e921538a5d64d6feefb5.tar.gz
ports-65c0626261a052eec9a6e921538a5d64d6feefb5.zip
Notes
Diffstat (limited to 'multimedia/xtheater')
-rw-r--r--multimedia/xtheater/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/multimedia/xtheater/Makefile b/multimedia/xtheater/Makefile
index b065b5ae82fb..5d219c0d5e86 100644
--- a/multimedia/xtheater/Makefile
+++ b/multimedia/xtheater/Makefile
@@ -17,19 +17,16 @@ DISTNAME= Xtheater-${PORTVERSION:S/.p/-pre/}
MAINTAINER= ports@FreeBSD.org
COMMENT= MPEG-1 player in GTK+ capable of playing MPEG-1 format streams
-LIB_DEPENDS= SDL-1.1.5:${PORTSDIR}/devel/sdl12 \
- smpeg.1:${PORTSDIR}/multimedia/smpeg
-
-SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config
+LIB_DEPENDS= smpeg.1:${PORTSDIR}/multimedia/smpeg
+USE_SDL= sdl
USE_BZIP2= yes
USE_GNOME= gtk12
USE_GL= yes
USE_REINPLACE= yes
USE_GMAKE= yes
USE_LIBTOOL= yes
-CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \
- SDL_CONFIG="${SDL_CONFIG}"
+CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
CONFIGURE_ARGS= --enable-gl
CPPFLAGS= -I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS}