diff options
author | kwm <kwm@FreeBSD.org> | 2005-04-04 22:23:08 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2005-04-04 22:23:08 +0800 |
commit | 37c600e510b906797b30079661f1f53d5c177202 (patch) | |
tree | aaabb315935bef9941a8041324879a429b7bf3e2 /multimedia/gstreamer-plugins80 | |
parent | dd40f56433afc8fcdf1e9d61e48b404297a31e0c (diff) | |
download | freebsd-ports-graphics-37c600e510b906797b30079661f1f53d5c177202.tar.gz freebsd-ports-graphics-37c600e510b906797b30079661f1f53d5c177202.tar.zst freebsd-ports-graphics-37c600e510b906797b30079661f1f53d5c177202.zip |
Chase libshout2 shlib version.
Forgotten/missed by: lofi
Diffstat (limited to 'multimedia/gstreamer-plugins80')
-rw-r--r-- | multimedia/gstreamer-plugins80/Makefile.common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/gstreamer-plugins80/Makefile.common b/multimedia/gstreamer-plugins80/Makefile.common index 8b9af7982af..4698954470b 100644 --- a/multimedia/gstreamer-plugins80/Makefile.common +++ b/multimedia/gstreamer-plugins80/Makefile.common @@ -340,7 +340,7 @@ LIB_DEPENDS+= shout.2:${PORTSDIR}/audio/libshout # shout2 .if ${GST_PLUGIN}=="shout2" -LIB_DEPENDS+= shout.3:${PORTSDIR}/audio/libshout2 +LIB_DEPENDS+= shout.4:${PORTSDIR}/audio/libshout2 .endif # sidplay |