diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-12-22 11:36:22 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-12-22 11:36:22 +0000 |
commit | e624cceb93fb45b45e9ce439ea6d7ab03af3f0b7 (patch) | |
tree | 7b8082a4046cbd29dc8bb3835f5d36e52a858d4b /audio | |
parent | 28bc2f278b3c811756ab585e75590cbca26d7b8a (diff) |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/streamripper/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/streamripper/Makefile b/audio/streamripper/Makefile index 49bf35a6f77f..3096a37ad2c7 100644 --- a/audio/streamripper/Makefile +++ b/audio/streamripper/Makefile @@ -7,6 +7,7 @@ PORTNAME= streamripper PORTVERSION= 1.64.6 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20%28current%29/${PORTVERSION} \ http://gd.tuwien.ac.at/hci/cdk/:cdk @@ -18,7 +19,7 @@ MAINTAINER= sylvio@FreeBSD.org COMMENT= Splits SHOUTcast stream into tracks LIB_DEPENDS= mad.2:${PORTSDIR}/audio/libmad \ - tre.6:${PORTSDIR}/textproc/libtre + tre.5:${PORTSDIR}/textproc/libtre OPTIONS= FAAD "Include FAAD mpeg4 codec support" on \ VORBIS "Include Ogg Vorbis codec support" on |