diff options
author | kwm <kwm@FreeBSD.org> | 2005-04-04 14:23:08 +0000 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2005-04-04 14:23:08 +0000 |
commit | 37c600e510b906797b30079661f1f53d5c177202 (patch) | |
tree | aaabb315935bef9941a8041324879a429b7bf3e2 | |
parent | dd40f56433afc8fcdf1e9d61e48b404297a31e0c (diff) | |
download | FreeBSD-ports-37c600e510b906797b30079661f1f53d5c177202.zip FreeBSD-ports-37c600e510b906797b30079661f1f53d5c177202.tar.gz |
Chase libshout2 shlib version.
Forgotten/missed by: lofi
-rw-r--r-- | multimedia/gstreamer-plugins/Makefile.common | 2 | ||||
-rw-r--r-- | multimedia/gstreamer-plugins80/Makefile.common | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/gstreamer-plugins/Makefile.common b/multimedia/gstreamer-plugins/Makefile.common index 8b9af79..4698954 100644 --- a/multimedia/gstreamer-plugins/Makefile.common +++ b/multimedia/gstreamer-plugins/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 diff --git a/multimedia/gstreamer-plugins80/Makefile.common b/multimedia/gstreamer-plugins80/Makefile.common index 8b9af79..4698954 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 |