diff options
author | krion <krion@FreeBSD.org> | 2004-07-23 17:17:55 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-07-23 17:17:55 +0800 |
commit | 04a7b40aeed50f22ee0e3fec4a1f58a2105d9edd (patch) | |
tree | c396b97afc7a702eb9b086150ac4268586529c72 /multimedia/gstreamer-plugins80 | |
parent | df0bc342b36a2ef321ea6bf1045266de3943ed0f (diff) | |
download | freebsd-ports-graphics-04a7b40aeed50f22ee0e3fec4a1f58a2105d9edd.tar.gz freebsd-ports-graphics-04a7b40aeed50f22ee0e3fec4a1f58a2105d9edd.tar.zst freebsd-ports-graphics-04a7b40aeed50f22ee0e3fec4a1f58a2105d9edd.zip |
Chase libraries for new audio/speex version.
Diffstat (limited to 'multimedia/gstreamer-plugins80')
-rw-r--r-- | multimedia/gstreamer-plugins80/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/gstreamer-plugins80/Makefile b/multimedia/gstreamer-plugins80/Makefile index 895596e0f43..7d2879bf08f 100644 --- a/multimedia/gstreamer-plugins80/Makefile +++ b/multimedia/gstreamer-plugins80/Makefile @@ -7,7 +7,7 @@ PORTNAME= gstreamer PORTVERSION= 0.8.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia audio MASTER_SITES= ${MASTER_SITE_GNOME} \ http://gstreamer.freedesktop.org/src/gst-plugins/ @@ -823,7 +823,7 @@ PLIST_SUB+= SMOOTHWAVE="" CONFIGURE_ARGS+= --disable-speex PLIST_SUB+= SPEEX="@comment " .else -LIB_DEPENDS+= speex.2:${PORTSDIR}/audio/speex +LIB_DEPENDS+= speex.3:${PORTSDIR}/audio/speex PLIST_SUB+= SPEEX="" .endif |