summaryrefslogtreecommitdiff
path: root/audio/mp3stat
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-07-28 12:27:31 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-07-28 12:27:31 +0000
commit605b51623904901c5be12539309f2345d1751741 (patch)
tree698a951c5110d6765f602f134f00403efbe3a817 /audio/mp3stat
parentAdd p5-Perl6-Export-Attrs, Implements a Perl 5 native version of what the (diff)
- Chase increase of audio/libvorbis shlib version.
- Bump PORTREVISION
Notes
Notes: svn path=/head/; revision=196462
Diffstat (limited to 'audio/mp3stat')
-rw-r--r--audio/mp3stat/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/mp3stat/Makefile b/audio/mp3stat/Makefile
index a00975f7fa32..ed74b8fd9bbc 100644
--- a/audio/mp3stat/Makefile
+++ b/audio/mp3stat/Makefile
@@ -8,7 +8,7 @@
PORTNAME= mp3stat
PORTVERSION= 2.6.01
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= audio
MASTER_SITES= https://signal-lost.homeip.net/files/ \
http://www.alaskaparadise.com/freebsd/
@@ -43,7 +43,7 @@ BUILD_DEPENDS+= ${LOCALBASE}/include/magic.h:${PORTSDIR}/sysutils/file
.if defined(WITHOUT_VORBIS)
MAKE_ARGS+= VORBIS=""
.else
-LIB_DEPENDS+= vorbis.3:${PORTSDIR}/audio/libvorbis
+LIB_DEPENDS+= vorbis.4:${PORTSDIR}/audio/libvorbis
PLIST_FILES+= lib/mp3stat/input_vorb.so
.endif