diff options
author | trevor <trevor@FreeBSD.org> | 2005-03-15 06:02:02 +0000 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2005-03-15 06:02:02 +0000 |
commit | 1555fd29b9cef2c386078f98b332f6884c79276d (patch) | |
tree | 6ad3fbb3fd59536f75dc10b68d16bf4c951117d1 /audio | |
parent | 0981ff873d0033ae332b5b040f16875ad412c65e (diff) | |
download | FreeBSD-ports-1555fd29b9cef2c386078f98b332f6884c79276d.zip FreeBSD-ports-1555fd29b9cef2c386078f98b332f6884c79276d.tar.gz |
Stefan Knoblauch reports that this no longer splits up streams into
separate tracks.
Diffstat (limited to 'audio')
-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 816c467..5bafb66 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" |