diff options
author | miwi <miwi@FreeBSD.org> | 2009-12-22 19:36:22 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-12-22 19:36:22 +0800 |
commit | 193b33986f5c11c2694262b643a9999ddedc6f38 (patch) | |
tree | 6176dfa23c06d15e915b479bd00512ad8a20a854 /audio | |
parent | 284f73422fa111ad8f2d1d515e677f7fcc7a9d9e (diff) | |
download | freebsd-ports-gnome-193b33986f5c11c2694262b643a9999ddedc6f38.tar.gz freebsd-ports-gnome-193b33986f5c11c2694262b643a9999ddedc6f38.tar.zst freebsd-ports-gnome-193b33986f5c11c2694262b643a9999ddedc6f38.zip |
- Chase libtre shlib bump
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 |