diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-01-20 00:22:51 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-01-20 00:22:51 +0000 |
commit | 7d456e9565543f173ef57adc92cb12273f933816 (patch) | |
tree | ccb3d0e9ee3ce529850c681ffd05cf3c7713ec3a /audio/zinf | |
parent | 4342c1a966ea39887a13f04499165b7eb2eafc84 (diff) | |
download | ports-7d456e9565543f173ef57adc92cb12273f933816.tar.gz ports-7d456e9565543f173ef57adc92cb12273f933816.zip |
Notes
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 |