diff options
author | pat <pat@FreeBSD.org> | 2002-01-20 08:22:51 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-01-20 08:22:51 +0800 |
commit | ca79ecc65fcace3659572aa4eb0d75b9ee3a63c4 (patch) | |
tree | effc8ef6d57f01836c60cee5de139c5cbf74340d /audio/zinf | |
parent | 2ef64e8c379e9ca8065a6c447618f7add815dcdf (diff) | |
download | freebsd-ports-gnome-ca79ecc65fcace3659572aa4eb0d75b9ee3a63c4.tar.gz freebsd-ports-gnome-ca79ecc65fcace3659572aa4eb0d75b9ee3a63c4.tar.zst freebsd-ports-gnome-ca79ecc65fcace3659572aa4eb0d75b9ee3a63c4.zip |
Shared library version bump from libvorbis update
PR: 34070
Submitted by: maintainer
Diffstat (limited to 'audio/zinf')
-rw-r--r-- | audio/zinf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/zinf/Makefile b/audio/zinf/Makefile index ad68c551e42d..781ab282aa4e 100644 --- a/audio/zinf/Makefile +++ b/audio/zinf/Makefile @@ -51,7 +51,7 @@ PLIST_SUB+= LIBARTS="@comment " .endif .if defined(WITH_VORBIS) || defined(WITH_ALL_PLUGINS) -LIB_DEPENDS+= vorbis.0:${PORTSDIR}/audio/libvorbis +LIB_DEPENDS+= vorbis.1:${PORTSDIR}/audio/libvorbis PLIST_SUB+= VORBIS="" .else CONFIGURE_ARGS+= --disable-vorbis |