diff options
author | naddy <naddy@FreeBSD.org> | 2002-07-20 23:32:43 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2002-07-20 23:32:43 +0800 |
commit | f5b25a48e4594e0e0807e6e0151b0d99a74579bb (patch) | |
tree | eb5a24710157005772778b61e61f4012f9502492 /multimedia/gstreamer-plugins80 | |
parent | 9d7bc0c1c70eb3d07c121855c0bfa7232d41a13a (diff) | |
download | freebsd-ports-gnome-f5b25a48e4594e0e0807e6e0151b0d99a74579bb.tar.gz freebsd-ports-gnome-f5b25a48e4594e0e0807e6e0151b0d99a74579bb.tar.zst freebsd-ports-gnome-f5b25a48e4594e0e0807e6e0151b0d99a74579bb.zip |
Ogg Vorbis 1.0 library major version bumps.
Diffstat (limited to 'multimedia/gstreamer-plugins80')
-rw-r--r-- | multimedia/gstreamer-plugins80/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/gstreamer-plugins80/Makefile b/multimedia/gstreamer-plugins80/Makefile index fe69adfda48d..2e0b1d950ef9 100644 --- a/multimedia/gstreamer-plugins80/Makefile +++ b/multimedia/gstreamer-plugins80/Makefile @@ -7,6 +7,7 @@ PORTNAME= gstreamer PORTVERSION= 0.4.0 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -446,7 +447,7 @@ CONFIGURE_ARGS+= --disable-vorbis \ --disable-vorbistest PLIST_SUB+= VORBIS="@comment " .else -LIB_DEPENDS+= vorbis.1:${PORTSDIR}/audio/libvorbis +LIB_DEPENDS+= vorbis.2:${PORTSDIR}/audio/libvorbis PLIST_SUB+= VORBIS="" .endif |