aboutsummaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-04-20 22:03:06 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-04-20 22:03:06 +0000
commitbb36d3f7a016623cf887e58b95b39c1329b43dcf (patch)
treed994ed4d494b8c8de73d84a0b23148f9153bf929 /multimedia
parent6bc5331a4c990d8edbc2c320c3902537b38da3db (diff)
downloadports-bb36d3f7a016623cf887e58b95b39c1329b43dcf.tar.gz
ports-bb36d3f7a016623cf887e58b95b39c1329b43dcf.zip
- Utilize USE_SDL
Notes
Notes: svn path=/head/; revision=107762
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/gstreamer-plugins/Makefile2
-rw-r--r--multimedia/gstreamer-plugins80/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/gstreamer-plugins/Makefile b/multimedia/gstreamer-plugins/Makefile
index c05ce0ce765a..fc212742df7e 100644
--- a/multimedia/gstreamer-plugins/Makefile
+++ b/multimedia/gstreamer-plugins/Makefile
@@ -706,7 +706,7 @@ CONFIGURE_ARGS+= --disable-sdl \
--disable-sdltest
PLIST_SUB+= SDL="@comment "
.else
-LIB_DEPENDS+= SDL-1.1.7:${PORTSDIR}/devel/sdl12
+USE_SDL= sdl
CONFIGURE_ARGS+= --with-sdl-prefix=${LOCALBASE} \
--with-sdl-exec-prefix=${LOCALBASE}
diff --git a/multimedia/gstreamer-plugins80/Makefile b/multimedia/gstreamer-plugins80/Makefile
index c05ce0ce765a..fc212742df7e 100644
--- a/multimedia/gstreamer-plugins80/Makefile
+++ b/multimedia/gstreamer-plugins80/Makefile
@@ -706,7 +706,7 @@ CONFIGURE_ARGS+= --disable-sdl \
--disable-sdltest
PLIST_SUB+= SDL="@comment "
.else
-LIB_DEPENDS+= SDL-1.1.7:${PORTSDIR}/devel/sdl12
+USE_SDL= sdl
CONFIGURE_ARGS+= --with-sdl-prefix=${LOCALBASE} \
--with-sdl-exec-prefix=${LOCALBASE}