diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2005-03-15 06:02:02 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2005-03-15 06:02:02 +0000 |
commit | f654a5b9b905b38b89c7495a44c501675cc39a3c (patch) | |
tree | 105b45f494e1165e6d0ba03d29c52f5fdaff317d /audio/streamripper | |
parent | 998c999e2843d08acee025b2202883acc0508089 (diff) |
Stefan Knoblauch reports that this no longer splits up streams into
separate tracks.
Notes
Notes:
svn path=/head/; revision=131289
Diffstat (limited to 'audio/streamripper')
-rw-r--r-- | audio/streamripper/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/streamripper/Makefile b/audio/streamripper/Makefile index 816c46749d59..5bafb66145d3 100644 --- a/audio/streamripper/Makefile +++ b/audio/streamripper/Makefile @@ -17,6 +17,8 @@ COMMENT= Splits SHOUTcast stream into tracks LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv \ mad.2:${PORTSDIR}/audio/libmad +BROKEN= "fails to split up streams into tracks" + GNU_CONFIGURE= yes CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |