diff options
author | naddy <naddy@FreeBSD.org> | 2003-12-21 00:37:57 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2003-12-21 00:37:57 +0800 |
commit | 65c95ed317d5247174995e434fc6898807b43115 (patch) | |
tree | ed49bb0c5e68c117a3f3b746e36ddafc32401539 /multimedia/gstreamer-plugins80 | |
parent | 5b3197d3498bc5e00cf42ac3e55c2b4e89bed552 (diff) | |
download | freebsd-ports-gnome-65c95ed317d5247174995e434fc6898807b43115.tar.gz freebsd-ports-gnome-65c95ed317d5247174995e434fc6898807b43115.tar.zst freebsd-ports-gnome-65c95ed317d5247174995e434fc6898807b43115.zip |
Catch up with libogg/libvorbis version bump.
Diffstat (limited to 'multimedia/gstreamer-plugins80')
-rw-r--r-- | multimedia/gstreamer-plugins80/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/gstreamer-plugins80/Makefile b/multimedia/gstreamer-plugins80/Makefile index 23e277b44eab..ec0c648d5586 100644 --- a/multimedia/gstreamer-plugins80/Makefile +++ b/multimedia/gstreamer-plugins80/Makefile @@ -606,7 +606,7 @@ CONFIGURE_ARGS+= --disable-vorbis \ --disable-vorbistest PLIST_SUB+= VORBIS="@comment " .else -LIB_DEPENDS+= vorbis.2:${PORTSDIR}/audio/libvorbis +LIB_DEPENDS+= vorbis.3:${PORTSDIR}/audio/libvorbis CONFIGURE_ARGS+= --with-vorbis=${LOCALBASE} \ --with-vorbis-libraries=${LOCALBASE}/lib \ |