summaryrefslogtreecommitdiff
path: root/audio/herrie
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/herrie
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/herrie')
-rw-r--r--audio/herrie/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/herrie/Makefile b/audio/herrie/Makefile
index 4033a03d5c63..ac6576d83e86 100644
--- a/audio/herrie/Makefile
+++ b/audio/herrie/Makefile
@@ -7,6 +7,7 @@
PORTNAME= herrie
PORTVERSION= 1.8.1
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://herrie.info/distfiles/ \
http://www.il.fontys.nl/~ed/projects/herrie/distfiles/ \
@@ -46,7 +47,7 @@ LIB_DEPENDS+= mad.2:${PORTSDIR}/audio/mad \
CONFIGURE_ARGS+=no_mp3
.endif
.if !defined(WITHOUT_VORBIS)
-LIB_DEPENDS+= vorbis.3:${PORTSDIR}/audio/libvorbis
+LIB_DEPENDS+= vorbis.4:${PORTSDIR}/audio/libvorbis
.else
CONFIGURE_ARGS+=no_vorbis
.endif