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/herrie | |
parent | 7a58a475e7bd926d065dab0f108b18a67af0906b (diff) |
Notes
Diffstat (limited to 'audio/herrie')
-rw-r--r-- | audio/herrie/Makefile | 3 |
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 |