diff options
author | marcus <marcus@FreeBSD.org> | 2004-04-07 06:40:37 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-04-07 06:40:37 +0800 |
commit | 4c6624f4c3d1745a3de1292e29a659b695ade06a (patch) | |
tree | 5f8512a36f5195243dbbb55dab184eb5f030ed7c | |
parent | 8e3689421ae3b0677295bfe9f656552640611afa (diff) | |
download | freebsd-ports-gnome-4c6624f4c3d1745a3de1292e29a659b695ade06a.tar.gz freebsd-ports-gnome-4c6624f4c3d1745a3de1292e29a659b695ade06a.tar.zst freebsd-ports-gnome-4c6624f4c3d1745a3de1292e29a659b695ade06a.zip |
Fix the libshout dependency.
Submitted by: Piotr Smyrak <piotr.smyrak@heron.pl>
-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 0de07fab4d95..98c36098814c 100644 --- a/multimedia/gstreamer-plugins/Makefile +++ b/multimedia/gstreamer-plugins/Makefile @@ -608,7 +608,7 @@ PLIST_SUB+= LIBMUSICBRAINZ="" CONFIGURE_ARGS+= --disable-shout PLIST_SUB+= LIBSHOUT="@comment " .else -LIB_DEPENDS+= shout.3:${PORTSDIR}/audio/libshout +LIB_DEPENDS+= shout.2:${PORTSDIR}/audio/libshout PLIST_SUB+= LIBSHOUT="" .endif diff --git a/multimedia/gstreamer-plugins80/Makefile b/multimedia/gstreamer-plugins80/Makefile index 0de07fab4d95..98c36098814c 100644 --- a/multimedia/gstreamer-plugins80/Makefile +++ b/multimedia/gstreamer-plugins80/Makefile @@ -608,7 +608,7 @@ PLIST_SUB+= LIBMUSICBRAINZ="" CONFIGURE_ARGS+= --disable-shout PLIST_SUB+= LIBSHOUT="@comment " .else -LIB_DEPENDS+= shout.3:${PORTSDIR}/audio/libshout +LIB_DEPENDS+= shout.2:${PORTSDIR}/audio/libshout PLIST_SUB+= LIBSHOUT="" .endif |