aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2004-04-21 06:03:06 +0800
committerkrion <krion@FreeBSD.org>2004-04-21 06:03:06 +0800
commit75b36acd6aedb7ff5d3c0c8ea5c1a8ecd9acefa5 (patch)
treee909110bb6c9e8825380307a2ab0d596301a360f
parent5b7d44aea84ddc76cb72aa7ee36eb62b719a8a94 (diff)
downloadfreebsd-ports-gnome-75b36acd6aedb7ff5d3c0c8ea5c1a8ecd9acefa5.tar.gz
freebsd-ports-gnome-75b36acd6aedb7ff5d3c0c8ea5c1a8ecd9acefa5.tar.zst
freebsd-ports-gnome-75b36acd6aedb7ff5d3c0c8ea5c1a8ecd9acefa5.zip
- Utilize USE_SDL
-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}