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 | |
parent | Do not use MLINKS: it generates a too long arguments list in make. (diff) |
Shared library version bump from libvorbis update
PR: 34070
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=53368
Diffstat (limited to 'audio')
-rw-r--r-- | audio/freeamp/Makefile | 2 | ||||
-rw-r--r-- | audio/zinf/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/audio/freeamp/Makefile b/audio/freeamp/Makefile index ad68c551e42d..781ab282aa4e 100644 --- a/audio/freeamp/Makefile +++ b/audio/freeamp/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 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 |