diff options
author | krion <krion@FreeBSD.org> | 2004-04-21 06:03:06 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-04-21 06:03:06 +0800 |
commit | 75b36acd6aedb7ff5d3c0c8ea5c1a8ecd9acefa5 (patch) | |
tree | e909110bb6c9e8825380307a2ab0d596301a360f | |
parent | 5b7d44aea84ddc76cb72aa7ee36eb62b719a8a94 (diff) | |
download | freebsd-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/Makefile | 2 | ||||
-rw-r--r-- | multimedia/gstreamer-plugins80/Makefile | 2 |
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} |