diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-07-28 12:27:31 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-07-28 12:27:31 +0000 |
commit | 605b51623904901c5be12539309f2345d1751741 (patch) | |
tree | 698a951c5110d6765f602f134f00403efbe3a817 /audio/zinf | |
parent | 7a58a475e7bd926d065dab0f108b18a67af0906b (diff) | |
download | ports-605b51623904901c5be12539309f2345d1751741.tar.gz ports-605b51623904901c5be12539309f2345d1751741.zip |
Notes
Diffstat (limited to 'audio/zinf')
-rw-r--r-- | audio/zinf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/zinf/Makefile b/audio/zinf/Makefile index 7d71ce3cea09..bd747983e6dd 100644 --- a/audio/zinf/Makefile +++ b/audio/zinf/Makefile @@ -7,7 +7,7 @@ PORTNAME= zinf PORTVERSION= 2.2.5 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= audio ipv6 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -62,7 +62,7 @@ PLIST_SUB+= LIBARTS="@comment " .endif .if !defined(WITHOUT_VORBIS) || defined(WITH_ALL_PLUGINS) -LIB_DEPENDS+= vorbis.3:${PORTSDIR}/audio/libvorbis +LIB_DEPENDS+= vorbis.4:${PORTSDIR}/audio/libvorbis PLIST_SUB+= VORBIS="" .else CONFIGURE_ARGS+= --disable-vorbis |