diff options
author | kwm <kwm@FreeBSD.org> | 2009-01-01 21:13:07 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2009-01-01 21:13:07 +0800 |
commit | 2b878ebeb52edbd416a3194fce457d983c04be45 (patch) | |
tree | aa7733ad2b66faa5fb8d8126bdc95fe51d473874 /multimedia/gstreamer-plugins | |
parent | e98181913a1c657cfcdd93799c2b3e308c546604 (diff) | |
download | freebsd-ports-gnome-2b878ebeb52edbd416a3194fce457d983c04be45.tar.gz freebsd-ports-gnome-2b878ebeb52edbd416a3194fce457d983c04be45.tar.zst freebsd-ports-gnome-2b878ebeb52edbd416a3194fce457d983c04be45.zip |
Unbreak by depending on libopenspc instead of OpenSPC.
Diffstat (limited to 'multimedia/gstreamer-plugins')
-rw-r--r-- | multimedia/gstreamer-plugins/Makefile.common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/gstreamer-plugins/Makefile.common b/multimedia/gstreamer-plugins/Makefile.common index 4c8cc640cd7a..acb653e089d0 100644 --- a/multimedia/gstreamer-plugins/Makefile.common +++ b/multimedia/gstreamer-plugins/Makefile.common @@ -369,7 +369,7 @@ gst_soup_PLIST_FILES= ${GST_LIB_DIR}/libgstsouphttpsrc.a \ ${GST_LIB_DIR}/libgstsouphttpsrc.so # spc -gst_spc_LIB_DEPENDS+= OpenSPC.3:${PORTSDIR}/audio/openspc +gst_spc_LIB_DEPENDS+= openspc.0:${PORTSDIR}/audio/libopenspc gst_spc_DIST= bad # speex |