diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-04-01 23:04:56 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-04-01 23:04:56 +0000 |
commit | 82d942f0fa421f3460ae341d6ae6989f845cb2f2 (patch) | |
tree | bf536bf163899965f57f7cbef4a6b833694c339f /audio/streamripper | |
parent | d2f3c2a01db50621a4f848af9e8493048e5cd337 (diff) | |
download | ports-82d942f0fa421f3460ae341d6ae6989f845cb2f2.tar.gz ports-82d942f0fa421f3460ae341d6ae6989f845cb2f2.zip |
Notes
Diffstat (limited to 'audio/streamripper')
-rw-r--r-- | audio/streamripper/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/streamripper/Makefile b/audio/streamripper/Makefile index 5bafb66145d3..be0601eb3620 100644 --- a/audio/streamripper/Makefile +++ b/audio/streamripper/Makefile @@ -17,7 +17,7 @@ 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" +IGNORE= fails to split up streams into tracks GNU_CONFIGURE= yes CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ |