summaryrefslogtreecommitdiffstats
path: root/multimedia/xtheater
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2004-01-23 21:59:42 +0000
committeredwin <edwin@FreeBSD.org>2004-01-23 21:59:42 +0000
commitf3fe06dc3d7206424533fa85f7f96f60394f4625 (patch)
tree6d65e34d0137a8169a068c8cca2b496be6561805 /multimedia/xtheater
parent2324b9e0f1cfec7cf2213677748829bd42e72e2b (diff)
downloadFreeBSD-ports-f3fe06dc3d7206424533fa85f7f96f60394f4625.zip
FreeBSD-ports-f3fe06dc3d7206424533fa85f7f96f60394f4625.tar.gz
Use USE_SDL macros in these ports.
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 b065b5a..5d219c0d5 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}
OpenPOWER on IntegriCloud