diff options
author | naddy <naddy@FreeBSD.org> | 2003-12-21 00:14:14 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2003-12-21 00:14:14 +0800 |
commit | 5b3197d3498bc5e00cf42ac3e55c2b4e89bed552 (patch) | |
tree | d86735ea3fd63f05658c7cbdade459b1a54838f6 /audio/zinf | |
parent | e64af3bd9c6ee7bef0ac283907ab153e12eeb660 (diff) | |
download | freebsd-ports-gnome-5b3197d3498bc5e00cf42ac3e55c2b4e89bed552.tar.gz freebsd-ports-gnome-5b3197d3498bc5e00cf42ac3e55c2b4e89bed552.tar.zst freebsd-ports-gnome-5b3197d3498bc5e00cf42ac3e55c2b4e89bed552.zip |
Catch up with libogg/libvorbis version bump.
Diffstat (limited to 'audio/zinf')
-rw-r--r-- | audio/zinf/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/zinf/Makefile b/audio/zinf/Makefile index 3672c5360f88..ea5ea73d885e 100644 --- a/audio/zinf/Makefile +++ b/audio/zinf/Makefile @@ -7,6 +7,7 @@ PORTNAME= zinf PORTVERSION= 2.2.4 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -73,7 +74,7 @@ PLIST_SUB+= LIBARTS="@comment " .endif .if !defined(WITHOUT_VORBIS) || defined(WITH_ALL_PLUGINS) -LIB_DEPENDS+= vorbis.2:${PORTSDIR}/audio/libvorbis +LIB_DEPENDS+= vorbis.3:${PORTSDIR}/audio/libvorbis PLIST_SUB+= VORBIS="" .else CONFIGURE_ARGS+= --disable-vorbis |