diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2005-01-19 06:36:27 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2005-01-19 06:36:27 +0000 |
commit | 42fe905e50038a5b6d9f72127fab3f00d2cbbfdf (patch) | |
tree | bfd0beacf6e5a7c5245df3fa6ec707042d85faa8 /audio/streamripper | |
parent | 4ecdae5bc3db13de369836bce53dc2c4f2863aa4 (diff) |
This now uses libiconv as well.
Notes
Notes:
svn path=/head/; revision=126767
Diffstat (limited to 'audio/streamripper')
-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 350f2c3fb84b..816c46749d59 100644 --- a/audio/streamripper/Makefile +++ b/audio/streamripper/Makefile @@ -14,7 +14,8 @@ MASTER_SITE_SUBDIR= streamripper MAINTAINER= trevor@FreeBSD.org COMMENT= Splits SHOUTcast stream into tracks -LIB_DEPENDS= mad.2:${PORTSDIR}/audio/libmad +LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv \ + mad.2:${PORTSDIR}/audio/libmad GNU_CONFIGURE= yes CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ |